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

Response message for Verifications.ListVerifications.

Attributes

  • nextPageToken (type: String.t, default: nil) - If the number of verifications exceeded the requested page size, this field will be populated with a token to fetch the next page of verification on a subsequent call. If there are no more attributes, this field will not be present in the response.
  • verifications (type: list(GoogleApi.MyBusinessVerifications.V1.Model.Verification.t), default: nil) - List of the verifications.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.MyBusinessVerifications.V1.Model.ListVerificationsResponse{
  nextPageToken: String.t() | nil,
  verifications:
    [GoogleApi.MyBusinessVerifications.V1.Model.Verification.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.