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

View Source

A container for all the attributes for a given location.

Attributes

  • attributes (type: list(GoogleApi.MyBusinessBusinessInformation.V1.Model.Attribute.t), default: nil) - A collection of attributes that need to be updated.
  • name (type: String.t, default: nil) - Required. Google identifier for this location in the form of locations/{location_id}/attributes.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.MyBusinessBusinessInformation.V1.Model.Attributes{
  attributes:
    [GoogleApi.MyBusinessBusinessInformation.V1.Model.Attribute.t()] | nil,
  name: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.