Class: Google::Apis::ContentV2::BatchProductStatusesResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2::BatchProductStatusesResponse
- Defined in:
- generated/google/apis/content_v2/classes.rb,
generated/google/apis/content_v2/representations.rb,
generated/google/apis/content_v2/representations.rb
Instance Attribute Summary collapse
-
#entries ⇒ Array<Google::Apis::ContentV2::ProductStatusesBatchResponseEntry>
The result of the execution of the batch requests.
-
#kind ⇒ String
Identifies what kind of resource this is.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BatchProductStatusesResponse
constructor
A new instance of BatchProductStatusesResponse.
-
#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) ⇒ BatchProductStatusesResponse
Returns a new instance of BatchProductStatusesResponse
9852 9853 9854 |
# File 'generated/google/apis/content_v2/classes.rb', line 9852 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entries ⇒ Array<Google::Apis::ContentV2::ProductStatusesBatchResponseEntry>
The result of the execution of the batch requests.
Corresponds to the JSON property entries
9844 9845 9846 |
# File 'generated/google/apis/content_v2/classes.rb', line 9844 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
9850 9851 9852 |
# File 'generated/google/apis/content_v2/classes.rb', line 9850 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9857 9858 9859 9860 |
# File 'generated/google/apis/content_v2/classes.rb', line 9857 def update!(**args) @entries = args[:entries] if args.key?(:entries) @kind = args[:kind] if args.key?(:kind) end |