class Google::Apis::AndroidpublisherV3::TracksListResponse

Response listing all tracks.

Attributes

kind[RW]

The kind of this response (“androidpublisher#tracksListResponse”). Corresponds to the JSON property `kind` @return [String]

tracks[RW]

All tracks. Corresponds to the JSON property `tracks` @return [Array<Google::Apis::AndroidpublisherV3::Track>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/androidpublisher_v3/classes.rb, line 2013
def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @tracks = args[:tracks] if args.key?(:tracks)
end