Reference documentation and code samples for the Google Cloud Channel V1 Client class OperatorType.
Specifies the type of operator responsible for the change
Protobuf type google.cloud.channel.v1.EntitlementChange.OperatorType
Namespace
Google \ Cloud \ Channel \ V1 \ EntitlementChangeMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
OPERATOR_TYPE_UNSPECIFIED
Value: 0Not used.
Generated from protobuf enum OPERATOR_TYPE_UNSPECIFIED = 0;
CUSTOMER_SERVICE_REPRESENTATIVE
Value: 1Customer service representative.
Generated from protobuf enum CUSTOMER_SERVICE_REPRESENTATIVE = 1;
SYSTEM
Value: 2System auto job.
Generated from protobuf enum SYSTEM = 2;
CUSTOMER
Value: 3Customer user.
Generated from protobuf enum CUSTOMER = 3;
RESELLER
Value: 4Reseller user.
Generated from protobuf enum RESELLER = 4;