Reference documentation and code samples for the Google Analytics Admin V1beta Client class ActionType.
Types of actions that may change a resource.
Protobuf type google.analytics.admin.v1beta.ActionType
Namespace
Google \ Analytics \ Admin \ V1betaMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ACTION_TYPE_UNSPECIFIED
Value: 0Action type unknown or not specified.
Generated from protobuf enum ACTION_TYPE_UNSPECIFIED = 0;
CREATED
Value: 1Resource was created in this change.
Generated from protobuf enum CREATED = 1;
UPDATED
Value: 2Resource was updated in this change.
Generated from protobuf enum UPDATED = 2;
DELETED
Value: 3Resource was deleted in this change.
Generated from protobuf enum DELETED = 3;