Class: Google::Apis::AndroidpublisherV2::ListListingsResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV2::ListListingsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/androidpublisher_v2/classes.rb,
generated/google/apis/androidpublisher_v2/representations.rb,
generated/google/apis/androidpublisher_v2/representations.rb
Instance Attribute Summary collapse
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#listings ⇒ Array<Google::Apis::AndroidpublisherV2::Listing>
Corresponds to the JSON property
listings
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListListingsResponse
constructor
A new instance of ListListingsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListListingsResponse
Returns a new instance of ListListingsResponse
905 906 907 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 905 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
androidpublisher#listingsListResponse".
Corresponds to the JSON property kind
898 899 900 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 898 def kind @kind end |
#listings ⇒ Array<Google::Apis::AndroidpublisherV2::Listing>
Corresponds to the JSON property listings
903 904 905 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 903 def listings @listings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
910 911 912 913 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 910 def update!(**args) @kind = args[:kind] if args.key?(:kind) @listings = args[:listings] if args.key?(:listings) end |