Infrastructure Manager v1 API - Class GetRevisionRequest (1.2.0)

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.

Inheritance

object > GetRevisionRequest

Namespace

Google.Cloud.Config.V1

Assembly

Google.Cloud.Config.V1.dll

Constructors

GetRevisionRequest()

public GetRevisionRequest()

GetRevisionRequest(GetRevisionRequest)

public GetRevisionRequest(GetRevisionRequest other)
Parameter
NameDescription
otherGetRevisionRequest

Properties

Name

public string Name { get; set; }

Required. The name of the Revision in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}/revisions/{revision}'.

Property Value
TypeDescription
string

RevisionName

public RevisionName RevisionName { get; set; }

RevisionName-typed view over the Name resource name property.

Property Value
TypeDescription
RevisionName