GoogleApi.MyBusinessBusinessInformation.V1.Model.Attributes (google_api_my_business_business_information v0.5.2)
View SourceA 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
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MyBusinessBusinessInformation.V1.Model.Attributes{ attributes: [GoogleApi.MyBusinessBusinessInformation.V1.Model.Attribute.t()] | nil, name: String.t() | nil }