Class GetEntitlementRequest (1.0.0)

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

Request message for [CloudChannelService.GetEntitlement][google.cloud.channel.v1.CloudChannelService.GetEntitlement].

Inheritance

Object > GetEntitlementRequest

Implements

Google.Protobuf.IMessage<GetEntitlementRequest>, IEquatable<GetEntitlementRequest>, Google.Protobuf.IDeepCloneable<GetEntitlementRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

GetEntitlementRequest()

public GetEntitlementRequest()

GetEntitlementRequest(GetEntitlementRequest)

public GetEntitlementRequest(GetEntitlementRequest other)
Parameter
NameDescription
otherGetEntitlementRequest

Properties

EntitlementName

public EntitlementName EntitlementName { get; set; }

EntitlementName-typed view over the Name resource name property.

Property Value
TypeDescription
EntitlementName

Name

public string Name { get; set; }

Required. The resource name of the entitlement to retrieve. The name takes the format: accounts/{account_id}/customers/{customer_id}/entitlements/{id}

Property Value
TypeDescription
String