View Source GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1AccessControlAction (google_api_content_warehouse v0.4.0)

Represents the action responsible for access control list management operations.

Attributes

  • operationType (type: String.t, default: nil) - Identifies the type of operation.
  • policy (type: GoogleApi.ContentWarehouse.V1.Model.GoogleIamV1Policy.t, default: nil) - Represents the new policy from which bindings are added, removed or replaced based on the type of the operation. the policy is limited to a few 10s of KB.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1AccessControlAction{
    operationType: String.t() | nil,
    policy: GoogleApi.ContentWarehouse.V1.Model.GoogleIamV1Policy.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.