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

A verification represents a verification attempt on a location.

Attributes

  • announcement (type: String.t, default: nil) - Optional. Response announcement set only if the method is VETTED_PARTNER.
  • createTime (type: DateTime.t, default: nil) - The timestamp when the verification is requested.
  • method (type: String.t, default: nil) - The method of the verification.
  • name (type: String.t, default: nil) - Resource name of the verification.
  • state (type: String.t, default: nil) - The state of the verification.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.MyBusinessVerifications.V1.Model.Verification{
  announcement: String.t() | nil,
  createTime: DateTime.t() | nil,
  method: String.t() | nil,
  name: String.t() | nil,
  state: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.