Class: Google::Apis::AndroidpublisherV3::TracksListResponse

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

Overview

Response listing all tracks.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TracksListResponse

Returns a new instance of TracksListResponse.



4217
4218
4219
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4217

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

Instance Attribute Details

#kindString

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

Returns:

  • (String)


4210
4211
4212
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4210

def kind
  @kind
end

#tracksArray<Google::Apis::AndroidpublisherV3::Track>

All tracks. Corresponds to the JSON property tracks



4215
4216
4217
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4215

def tracks
  @tracks
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4222
4223
4224
4225
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4222

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