View Source GoogleApi.AppHub.V1.Model.ContactInfo (google_api_app_hub v0.3.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.