Google Analytics Admin V1alpha Client - Class ActionType (0.9.0)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;