View Source GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.AdminUser (google_api_contact_center_ai_platform v0.2.0)

Message storing info about the first admin user. Next ID: 3

Attributes

  • familyName (type: String.t, default: nil) - Optional. Last/family name of the first admin user.
  • givenName (type: String.t, default: nil) - Optional. First/given name of the first admin user.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.AdminUser{
  familyName: String.t() | nil,
  givenName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.