public sealed class GetRevisionRequest : IMessage<GetRevisionRequest>, IEquatable<GetRevisionRequest>, IDeepCloneable<GetRevisionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Infrastructure Manager v1 API class GetRevisionRequest.
A request to get a Revision from a 'GetRevision' call.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["This webpage provides reference documentation for the `GetRevisionRequest` class within the Google Cloud Config V1 API, specifically version 1.5.0."],["`GetRevisionRequest` is a class used to request a specific revision from a 'GetRevision' call, implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class `GetRevisionRequest` has two constructors, a default constructor and one that accepts another `GetRevisionRequest` object."],["The `GetRevisionRequest` class contains properties such as `Name`, which is a string representing the revision's name, and `RevisionName`, a typed view of the resource name property."],["The available versions of the API range from 1.0.0 to the latest version, 1.7.0, with links provided for each."]]],[]]