Class: Google::Apis::MybusinessV3::ListLocationAttributeMetadataResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

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

#attributesArray<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