Google Analytics Admin V1alpha Client - Class ActionType (0.22.3)

Reference documentation and code samples for the Google Analytics Admin V1alpha Client class ActionType.

Types of actions that may change a resource.

Protobuf type google.analytics.admin.v1alpha.ActionType

Namespace

Google \ Analytics \ Admin \ V1alpha

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ACTION_TYPE_UNSPECIFIED

Value: 0

Action type unknown or not specified.

Generated from protobuf enum ACTION_TYPE_UNSPECIFIED = 0;

CREATED

Value: 1

Resource was created in this change.

Generated from protobuf enum CREATED = 1;

UPDATED

Value: 2

Resource was updated in this change.

Generated from protobuf enum UPDATED = 2;

DELETED

Value: 3

Resource was deleted in this change.

Generated from protobuf enum DELETED = 3;