Class: Google::Apis::AndroidpublisherV3::ListingsListResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/androidpublisher_v3/classes.rb,
generated/google/apis/androidpublisher_v3/representations.rb,
generated/google/apis/androidpublisher_v3/representations.rb

Overview

Response listing all localized listings.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListingsListResponse

Returns a new instance of ListingsListResponse.



1045
1046
1047
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1045

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#kindString

The kind of this response ("androidpublisher#listingsListResponse"). Corresponds to the JSON property kind

Returns:

  • (String)


1038
1039
1040
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1038

def kind
  @kind
end

#listingsArray<Google::Apis::AndroidpublisherV3::Listing>

All localized listings. Corresponds to the JSON property listings



1043
1044
1045
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1043

def listings
  @listings
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1050
1051
1052
1053
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1050

def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @listings = args[:listings] if args.key?(:listings)
end