Class: Google::Apis::ContentV2_1::ProductstatusesCustomBatchResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::ProductstatusesCustomBatchResponse
- Defined in:
- generated/google/apis/content_v2_1/classes.rb,
generated/google/apis/content_v2_1/representations.rb,
generated/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.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ ProductstatusesCustomBatchResponse
Returns a new instance of ProductstatusesCustomBatchResponse
7808 7809 7810 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 7808 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
7800 7801 7802 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 7800 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
7806 7807 7808 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 7806 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7813 7814 7815 7816 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 7813 def update!(**args) @entries = args[:entries] if args.key?(:entries) @kind = args[:kind] if args.key?(:kind) end |