changeType property
The change action type. Possible string values are:
- "CHANGE_TYPE_UNSPECIFIED" : Not used.
- "CREATED" : New Entitlement was created.
- "PRICE_PLAN_SWITCHED" : Price plan associated with an Entitlement was changed.
- "COMMITMENT_CHANGED" : Number of seats committed for a commitment Entitlement was changed.
- "RENEWED" : An annual Entitlement was renewed.
- "SUSPENDED" : Entitlement was suspended.
- "ACTIVATED" : Entitlement was activated.
- "CANCELLED" : Entitlement was cancelled.
- "SKU_CHANGED" : Entitlement was upgraded or downgraded for ex. from Google Workspace Business Standard to Google Workspace Business Plus.
- "RENEWAL_SETTING_CHANGED" : The settings for renewal of an Entitlement have changed.
- "PAID_SUBSCRIPTION_STARTED" : Use for Google Workspace subscription. Either a trial was converted to a paid subscription or a new subscription with no trial is created.
- "LICENSE_CAP_CHANGED" : License cap was changed for the entitlement.
- "SUSPENSION_DETAILS_CHANGED" : The suspension details have changed (but it is still suspended).
- "TRIAL_END_DATE_EXTENDED" : The trial end date was extended.
- "TRIAL_STARTED" : Entitlement started trial.
Implementation
core.String? changeType;