View Source GoogleApi.MyBusinessVerifications.V1.Model.EmailVerificationData (google_api_my_business_verifications v0.5.0)

Display data for verifications through email.

Attributes

  • domain (type: String.t, default: nil) - Domain name in the email address. e.g. "gmail.com" in foo@gmail.com
  • isUserNameEditable (type: boolean(), default: nil) - Whether client is allowed to provide a different user name.
  • user (type: String.t, default: nil) - User name in the email address. e.g. "foo" in foo@gmail.com

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.MyBusinessVerifications.V1.Model.EmailVerificationData{
  domain: String.t() | nil,
  isUserNameEditable: boolean() | nil,
  user: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.