class Google::Apis::AndroidpublisherV2::ListListingsResponse

Attributes

kind[RW]

Identifies what kind of resource this is. Value: the fixed string “ androidpublisher#listingsListResponse”. Corresponds to the JSON property `kind` @return [String]

listings[RW]

Corresponds to the JSON property `listings` @return [Array<Google::Apis::AndroidpublisherV2::Listing>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/androidpublisher_v2/classes.rb, line 991
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/androidpublisher_v2/classes.rb, line 996
def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @listings = args[:listings] if args.key?(:listings)
end