class Google::Apis::AndroidpublisherV2::ListTracksResponse

Attributes

kind[RW]

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

tracks[RW]

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

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/androidpublisher_v2/classes.rb, line 1446
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 1451
def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @tracks = args[:tracks] if args.key?(:tracks)
end