Class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1PropertyArray
- Inherits:
-
Object
- Object
- Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1PropertyArray
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/contentwarehouse_v1/classes.rb,
lib/google/apis/contentwarehouse_v1/representations.rb,
lib/google/apis/contentwarehouse_v1/representations.rb
Overview
Property values.
Instance Attribute Summary collapse
-
#properties ⇒ Array<Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1Property>
List of property values.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContentwarehouseV1PropertyArray
constructor
A new instance of GoogleCloudContentwarehouseV1PropertyArray.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContentwarehouseV1PropertyArray
Returns a new instance of GoogleCloudContentwarehouseV1PropertyArray.
2689 2690 2691 |
# File 'lib/google/apis/contentwarehouse_v1/classes.rb', line 2689 def initialize(**args) update!(**args) end |
Instance Attribute Details
#properties ⇒ Array<Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1Property>
List of property values.
Corresponds to the JSON property properties
2687 2688 2689 |
# File 'lib/google/apis/contentwarehouse_v1/classes.rb', line 2687 def properties @properties end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2694 2695 2696 |
# File 'lib/google/apis/contentwarehouse_v1/classes.rb', line 2694 def update!(**args) @properties = args[:properties] if args.key?(:properties) end |