GoogleApi.MyBusinessBusinessInformation.V1.Model.Attributes (google_api_my_business_business_information v0.2.1) 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 oflocations/{location_id}/attributes.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.MyBusinessBusinessInformation.V1.Model.Attributes{
attributes:
[GoogleApi.MyBusinessBusinessInformation.V1.Model.Attribute.t()] | nil,
name: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.