EditsTracksResourceApi class
Properties
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
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 non-existent method or property is accessed. [...]
inherited
-
patch(Track request, String packageName, String editId, String track, {String $fields})
→ Future<Track>
-
Patches a track. [...]
-
toString()
→ String
-
Returns a string representation of this object.
inherited
-
update(Track request, String packageName, String editId, String track, {String $fields})
→ Future<Track>
-
Updates a track. [...]