Class GoogleCloudChannelV1EntitlementChange
Change event entry for Entitlement order history
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1EntitlementChange : IDirectResponseSchema
Properties
ActivationReason
The Entitlement's activation reason
Declaration
[JsonProperty("activationReason")]
public virtual string ActivationReason { get; set; }
Property Value
Type | Description |
---|---|
string |
CancellationReason
Cancellation reason for the Entitlement.
Declaration
[JsonProperty("cancellationReason")]
public virtual string CancellationReason { get; set; }
Property Value
Type | Description |
---|---|
string |
ChangeType
The change action type.
Declaration
[JsonProperty("changeType")]
public virtual string ChangeType { get; set; }
Property Value
Type | Description |
---|---|
string |
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreateTimeRaw
The submitted time of the change.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Entitlement
Required. Resource name of an entitlement in the form: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}
Declaration
[JsonProperty("entitlement")]
public virtual string Entitlement { get; set; }
Property Value
Type | Description |
---|---|
string |
Offer
Required. Resource name of the Offer at the time of change. Takes the form: accounts/{account_id}/offers/{offer_id}.
Declaration
[JsonProperty("offer")]
public virtual string Offer { get; set; }
Property Value
Type | Description |
---|---|
string |
OperatorType
Operator type responsible for the change.
Declaration
[JsonProperty("operatorType")]
public virtual string OperatorType { get; set; }
Property Value
Type | Description |
---|---|
string |
Operator__
Human-readable identifier that shows what operator made a change. When the operator_type is RESELLER, this is the user's email address. For all other operator types, this is empty.
Declaration
[JsonProperty("operator")]
public virtual string Operator__ { get; set; }
Property Value
Type | Description |
---|---|
string |
OtherChangeReason
e.g. purchase_number change reason, entered by CRS.
Declaration
[JsonProperty("otherChangeReason")]
public virtual string OtherChangeReason { get; set; }
Property Value
Type | Description |
---|---|
string |
Parameters
Extended parameters, such as: purchase_order_number, gcp_details; internal_correlation_id, long_running_operation_id, order_id; etc.
Declaration
[JsonProperty("parameters")]
public virtual IList<GoogleCloudChannelV1Parameter> Parameters { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudChannelV1Parameter> |
ProvisionedService
Service provisioned for an Entitlement.
Declaration
[JsonProperty("provisionedService")]
public virtual GoogleCloudChannelV1ProvisionedService ProvisionedService { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudChannelV1ProvisionedService |
SuspensionReason
Suspension reason for the Entitlement.
Declaration
[JsonProperty("suspensionReason")]
public virtual string SuspensionReason { get; set; }
Property Value
Type | Description |
---|---|
string |