GoogleCloudChannelV1EntitlementChange class

Change event entry for Entitlement order history

Constructors

GoogleCloudChannelV1EntitlementChange({String? activationReason, String? cancellationReason, String? changeType, String? createTime, String? entitlement, String? offer, String? operator, String? operatorType, String? otherChangeReason, List<GoogleCloudChannelV1Parameter>? parameters, GoogleCloudChannelV1ProvisionedService? provisionedService, String? suspensionReason})
GoogleCloudChannelV1EntitlementChange.fromJson(Map json_)

Properties

activationReason String?
The Entitlement's activation reason Possible string values are:
getter/setter pair
cancellationReason String?
Cancellation reason for the Entitlement. Possible string values are:
getter/setter pair
changeType String?
The change action type. Possible string values are:
getter/setter pair
createTime String?
The submitted time of the change.
getter/setter pair
entitlement String?
Resource name of an entitlement in the form: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
offer String?
Resource name of the Offer at the time of change.
getter/setter pair
operator String?
Human-readable identifier that shows what operator made a change.
getter/setter pair
operatorType String?
Operator type responsible for the change. Possible string values are:
getter/setter pair
otherChangeReason String?
e.g. purchase_number change reason, entered by CRS.
getter/setter pair
parameters List<GoogleCloudChannelV1Parameter>?
Extended parameters, such as: purchase_order_number, gcp_details; internal_correlation_id, long_running_operation_id, order_id; etc.
getter/setter pair
provisionedService GoogleCloudChannelV1ProvisionedService?
Service provisioned for an Entitlement.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suspensionReason String?
Suspension reason for the Entitlement. Possible string values are:
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited