Show / Hide Table of Contents

Class ApproveEntitlementRequest

Request message for [PartnerProcurementService.ApproveEntitlement[].

Inheritance
object
ApproveEntitlementRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudCommercePartnerProcurementService.v1.Data
Assembly: Google.Apis.CloudCommercePartnerProcurementService.v1.dll
Syntax
public class ApproveEntitlementRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EntitlementMigrated

Optional. The resource name of the entitlement that was migrated, with the format providers/{provider_id}/entitlements/{entitlement_id}. Should only be sent when resources have been migrated from entitlement_migrated to the new entitlement. Optional.

Declaration
[JsonProperty("entitlementMigrated")]
public virtual string EntitlementMigrated { get; set; }
Property Value
Type Description
string

Properties

Set of properties that should be associated with the entitlement. Optional.

Declaration
[JsonProperty("properties")]
public virtual IDictionary<string, string> Properties { get; set; }
Property Value
Type Description
IDictionary<string, string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX