class Google::Apis::AndroidpublisherV3::TracksListResponse

Response listing all tracks.

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @tracks = args[:tracks] if args.key?(:tracks)
end