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.
4909 4910 4911 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4909 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
The kind of this response ("androidpublisher#listingsListResponse").
Corresponds to the JSON property kind
4902 4903 4904 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4902 def kind @kind end |
#listings ⇒ Array<Google::Apis::AndroidpublisherV3::Listing>
All localized listings.
Corresponds to the JSON property listings
4907 4908 4909 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4907 def listings @listings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4914 4915 4916 4917 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4914 def update!(**args) @kind = args[:kind] if args.key?(:kind) @listings = args[:listings] if args.key?(:listings) end |