Class GetPolicyRequest (1.0.0)

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

The request sent to the [GetPolicy] [google.cloud.orgpolicy.v2.OrgPolicy.GetPolicy] method.

Inheritance

Object > GetPolicyRequest

Namespace

Google.Cloud.OrgPolicy.V2

Assembly

Google.Cloud.OrgPolicy.V2.dll

Constructors

GetPolicyRequest()

public GetPolicyRequest()

GetPolicyRequest(GetPolicyRequest)

public GetPolicyRequest(GetPolicyRequest other)
Parameter
NameDescription
otherGetPolicyRequest

Properties

Name

public string Name { get; set; }

Required. Resource name of the policy. See Policy for naming requirements.

Property Value
TypeDescription
String

PolicyName

public PolicyName PolicyName { get; set; }

PolicyName-typed view over the Name resource name property.

Property Value
TypeDescription
PolicyName