Module: Google::Analytics::Admin::V1alpha::ActionType

Defined in:
proto_docs/google/analytics/admin/v1alpha/resources.rb

Overview

Types of actions that may change a resource.

Constant Summary collapse

ACTION_TYPE_UNSPECIFIED =

Action type unknown or not specified.

0
CREATED =

Resource was created in this change.

1
UPDATED =

Resource was updated in this change.

2
DELETED =

Resource was deleted in this change.

3