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."],[[["This document provides reference information for the `GetRevisionRequest` class within the Google Cloud Config V1 API for .NET, specifically version 1.0.0."],["`GetRevisionRequest` is a class used to request a revision from a 'GetRevision' call and it inherits from `object` while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor `GetRevisionRequest()` and a copy constructor `GetRevisionRequest(GetRevisionRequest other)`."],["`GetRevisionRequest` includes properties such as `Name` (a string) and `RevisionName` (of type `RevisionName`), used to specify the revision to retrieve, with a required name format."],["The latest version of the API is 1.7.0, with links to documentation for multiple versions from 1.0.0 to 1.7.0, indicating ongoing development."]]],[]]