Class GetApprovalRequestMessage (1.0.0)

public sealed class GetApprovalRequestMessage : IMessage<GetApprovalRequestMessage>, IEquatable<GetApprovalRequestMessage>, IDeepCloneable<GetApprovalRequestMessage>, IBufferMessage, IMessage

Request to get an approval request.

Inheritance

System.Object > GetApprovalRequestMessage

Implements

Google.Protobuf.IMessage<GetApprovalRequestMessage>, System.IEquatable<GetApprovalRequestMessage>, Google.Protobuf.IDeepCloneable<GetApprovalRequestMessage>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.AccessApproval.V1

Assembly

Google.Cloud.AccessApproval.V1.dll

Constructors

GetApprovalRequestMessage()

public GetApprovalRequestMessage()

GetApprovalRequestMessage(GetApprovalRequestMessage)

public GetApprovalRequestMessage(GetApprovalRequestMessage other)
Parameter
NameDescription
otherGetApprovalRequestMessage

Properties

Name

public string Name { get; set; }

Name of the approval request to retrieve.

Property Value
TypeDescription
System.String