Class ApproveEntitlementRequest
Request message for [PartnerProcurementService.ApproveEntitlement[].
Implements
Inherited Members
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> |