View Source GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoTaskMetadataAdmin (google_api_integrations v0.10.0)

Admins are owners of a Task, and have all permissions on a particular task identified by the task name. By default, Eventbus periodically scans all task metadata and syncs (adds) any new admins defined here to Zanzibar.

Attributes

  • googleGroupEmail (type: String.t, default: nil) -
  • userEmail (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoTaskMetadataAdmin{
    googleGroupEmail: String.t() | nil,
    userEmail: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.