Class: Google::Apis::AndroidpublisherV3::ListingsListResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::ListingsListResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/androidpublisher_v3/classes.rb,
lib/google/apis/androidpublisher_v3/representations.rb,
lib/google/apis/androidpublisher_v3/representations.rb
Overview
Response listing all localized listings.
Instance Attribute Summary collapse
-
#kind ⇒ String
The kind of this response ("androidpublisher#listingsListResponse").
-
#listings ⇒ Array<Google::Apis::AndroidpublisherV3::Listing>
All localized listings.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListingsListResponse
constructor
A new instance of ListingsListResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ListingsListResponse
Returns a new instance of ListingsListResponse.
3611 3612 3613 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3611 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
The kind of this response ("androidpublisher#listingsListResponse").
Corresponds to the JSON property kind
3604 3605 3606 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3604 def kind @kind end |
#listings ⇒ Array<Google::Apis::AndroidpublisherV3::Listing>
All localized listings.
Corresponds to the JSON property listings
3609 3610 3611 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3609 def listings @listings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3616 3617 3618 3619 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3616 def update!(**args) @kind = args[:kind] if args.key?(:kind) @listings = args[:listings] if args.key?(:listings) end |