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

View Source

Response message for BusinessCategories.ListCategories.

Attributes

  • categories (type: list(GoogleApi.MyBusinessBusinessInformation.V1.Model.Category.t), default: nil) - The matching categories based on the requested parameters.
  • nextPageToken (type: String.t, default: nil) - If the number of categories exceeded the requested page size, this field will be populated with a token to fetch the next page of categories on a subsequent call to ListCategories.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.MyBusinessBusinessInformation.V1.Model.ListCategoriesResponse{
  categories:
    [GoogleApi.MyBusinessBusinessInformation.V1.Model.Category.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.