EditsTracksResource class

Constructors

EditsTracksResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(TrackConfig request, String packageName, String editId, {String? $fields}) Future<Track>
Creates a new track.
get(String packageName, String editId, String track, {String? $fields}) Future<Track>
Gets a track.
list(String packageName, String editId, {String? $fields}) Future<TracksListResponse>
Lists all tracks.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Track request, String packageName, String editId, String track, {String? $fields}) Future<Track>
Patches a track.
toString() String
A string representation of this object.
inherited
update(Track request, String packageName, String editId, String track, {String? $fields}) Future<Track>
Updates a track.

Operators

operator ==(Object other) bool
The equality operator.
inherited