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-03-21 UTC."],[[["The latest version of the `GetRevisionRequest` API class is 1.7.0, as indicated by the version list provided, with previous versions available from 1.6.0 down to 1.0.0."],["`GetRevisionRequest` is a class used in the Infrastructure Manager v1 API, designed to handle requests for retrieving a specific revision in the `Google.Cloud.Config.V1` namespace."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `object` class, and has two constructors for creating instances."],["The `GetRevisionRequest` class has two main properties: `Name`, which is a required string representing the revision's resource name, and `RevisionName`, which provides a typed view over the `Name` property."]]],[]]