SdfDownloadTask class
Type for the response returned by
SdfDownloadTaskService.CreateSdfDownloadTask
.
Constructors
- SdfDownloadTask()
- SdfDownloadTask.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- resourceName ↔ String
-
A resource name to be used in media.download to Download the prepared
files. Resource names have the format
download/sdfdownloadtasks/media/{media_id}
.media_id
will be made available by the long running operation service once the task status is done.read / write - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited