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

Response message for Verifications.FetchVerificationOptions.

Attributes

  • options (type: list(GoogleApi.MyBusinessVerifications.V1.Model.VerificationOption.t), default: nil) - The available verification options.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.MyBusinessVerifications.V1.Model.FetchVerificationOptionsResponse{
    options:
      [GoogleApi.MyBusinessVerifications.V1.Model.VerificationOption.t()] | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.