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
7959 7960 7961 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 7959 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
7951 7952 7953 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 7951 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
7957 7958 7959 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 7957 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7964 7965 7966 7967 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 7964 def update!(**args) @entries = args[:entries] if args.key?(:entries) @kind = args[:kind] if args.key?(:kind) end |