Cloud Channel v1 API - Class GetEntitlementRequest (2.11.0)

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

Reference documentation and code samples for the Cloud Channel v1 API class GetEntitlementRequest.

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

Inheritance

object > GetEntitlementRequest

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. Name uses the format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}

Property Value
TypeDescription
string