GoogleApi.AppHub.V1.Model.ContactInfo (google_api_app_hub v0.4.0)

View Source

Contact information of stakeholders.

Attributes

  • displayName (type: String.t, default: nil) - Optional. Contact's name. Can have a maximum length of 63 characters.
  • email (type: String.t, default: nil) - Required. Email address of the contacts.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AppHub.V1.Model.ContactInfo{
  displayName: String.t() | nil,
  email: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.