View Source GoogleApi.CloudSearch.V1.Model.GSuitePrincipal (google_api_cloud_search v0.22.0)

Attributes

  • gsuiteDomain (type: boolean(), default: nil) - This principal represents all users of the Google Workspace domain of the customer.
  • gsuiteGroupEmail (type: String.t, default: nil) - This principal references a Google Workspace group name.
  • gsuiteUserEmail (type: String.t, default: nil) - This principal references a Google Workspace user account.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudSearch.V1.Model.GSuitePrincipal{
  gsuiteDomain: boolean() | nil,
  gsuiteGroupEmail: String.t() | nil,
  gsuiteUserEmail: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.