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

Attributes

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.