Class: Google::Apis::ContentV2_1::ProductstatusesCustomBatchResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::ProductstatusesCustomBatchResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/content_v2_1/classes.rb,
lib/google/apis/content_v2_1/representations.rb,
lib/google/apis/content_v2_1/representations.rb
Instance Attribute Summary collapse
-
#entries ⇒ Array<Google::Apis::ContentV2_1::ProductstatusesCustomBatchResponseEntry>
The result of the execution of the batch requests.
-
#kind ⇒ String
Identifies what kind of resource this is.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ProductstatusesCustomBatchResponse
constructor
A new instance of ProductstatusesCustomBatchResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ProductstatusesCustomBatchResponse
Returns a new instance of ProductstatusesCustomBatchResponse.
11210 11211 11212 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 11210 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entries ⇒ Array<Google::Apis::ContentV2_1::ProductstatusesCustomBatchResponseEntry>
The result of the execution of the batch requests.
Corresponds to the JSON property entries
11202 11203 11204 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 11202 def entries @entries end |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "content#
productstatusesCustomBatchResponse".
Corresponds to the JSON property kind
11208 11209 11210 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 11208 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11215 11216 11217 11218 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 11215 def update!(**args) @entries = args[:entries] if args.key?(:entries) @kind = args[:kind] if args.key?(:kind) end |