GoogleApi.MyBusinessBusinessInformation.V1.Model.ListAttributeMetadataResponse (google_api_my_business_business_information v0.5.2)

View Source

Response for AttributesService.ListAttributeMetadata.

Attributes

  • attributeMetadata (type: list(GoogleApi.MyBusinessBusinessInformation.V1.Model.AttributeMetadata.t), default: nil) - A collection of attribute metadata for the available attributes.
  • nextPageToken (type: String.t, default: nil) - If the number of attributes exceeded the requested page size, this field will be populated with a token to fetch the next page of attributes on a subsequent call to attributes.list. If there are no more attributes, this field will not be present in the response.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.MyBusinessBusinessInformation.V1.Model.ListAttributeMetadataResponse{
    attributeMetadata:
      [GoogleApi.MyBusinessBusinessInformation.V1.Model.AttributeMetadata.t()]
      | nil,
    nextPageToken: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.