Class: Google::Apis::ContentV2_1::ProductstatusesListResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::ProductstatusesListResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- 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
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#next_page_token ⇒ String
The token for the retrieval of the next page of products statuses.
-
#resources ⇒ Array<Google::Apis::ContentV2_1::ProductStatus>
Corresponds to the JSON property
resources
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ProductstatusesListResponse
constructor
A new instance of ProductstatusesListResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ProductstatusesListResponse
Returns a new instance of ProductstatusesListResponse.
10434 10435 10436 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 10434 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "content#
productstatusesListResponse".
Corresponds to the JSON property kind
10422 10423 10424 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 10422 def kind @kind end |
#next_page_token ⇒ String
The token for the retrieval of the next page of products statuses.
Corresponds to the JSON property nextPageToken
10427 10428 10429 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 10427 def next_page_token @next_page_token end |
#resources ⇒ Array<Google::Apis::ContentV2_1::ProductStatus>
Corresponds to the JSON property resources
10432 10433 10434 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 10432 def resources @resources end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10439 10440 10441 10442 10443 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 10439 def update!(**args) @kind = args[:kind] if args.key?(:kind) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @resources = args[:resources] if args.key?(:resources) end |