public sealed class GetApprovalRequestMessage : IMessage<GetApprovalRequestMessage>, IEquatable<GetApprovalRequestMessage>, IDeepCloneable<GetApprovalRequestMessage>, IBufferMessage, IMessageRequest to get an approval request.
Inheritance
System.Object > GetApprovalRequestMessageImplements
Google.Protobuf.IMessage<GetApprovalRequestMessage>, System.IEquatable<GetApprovalRequestMessage>, Google.Protobuf.IDeepCloneable<GetApprovalRequestMessage>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.AccessApproval.V1Assembly
Google.Cloud.AccessApproval.V1.dll
Constructors
GetApprovalRequestMessage()
public GetApprovalRequestMessage()GetApprovalRequestMessage(GetApprovalRequestMessage)
public GetApprovalRequestMessage(GetApprovalRequestMessage other)| Parameter | |
|---|---|
| Name | Description |
other |
GetApprovalRequestMessage |
Properties
Name
public string Name { get; set; }Name of the approval request to retrieve.
| Property Value | |
|---|---|
| Type | Description |
System.String |
|