google_api_cloud_search v0.6.0 GoogleApi.CloudSearch.V1.Model.GSuitePrincipal 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

Link to this type

t()

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

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.