Class: Google::Apis::MybusinessV3::ListLocationAttributeMetadataResponse
- Inherits:
-
Object
- Object
- Google::Apis::MybusinessV3::ListLocationAttributeMetadataResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/mybusiness_v3/classes.rb,
generated/google/apis/mybusiness_v3/representations.rb,
generated/google/apis/mybusiness_v3/representations.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Array<Google::Apis::MybusinessV3::AttributeMetadata>
A collection of attribute metadata for the available attributes.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListLocationAttributeMetadataResponse
constructor
A new instance of ListLocationAttributeMetadataResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListLocationAttributeMetadataResponse
Returns a new instance of ListLocationAttributeMetadataResponse
1768 1769 1770 |
# File 'generated/google/apis/mybusiness_v3/classes.rb', line 1768 def initialize(**args) update!(**args) end |
Instance Attribute Details
#attributes ⇒ Array<Google::Apis::MybusinessV3::AttributeMetadata>
A collection of attribute metadata for the available attributes.
Corresponds to the JSON property attributes
1766 1767 1768 |
# File 'generated/google/apis/mybusiness_v3/classes.rb', line 1766 def attributes @attributes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1773 1774 1775 |
# File 'generated/google/apis/mybusiness_v3/classes.rb', line 1773 def update!(**args) @attributes = args[:attributes] if args.key?(:attributes) end |