Application class

Application resources represent applications installed on the domain that support transferring ownership of user data.

Constructors

Application({String? etag, String? id, String? kind, String? name, List<ApplicationTransferParam>? transferParams})
Application.fromJson(Map json_)

Properties

etag String?
Etag of the resource.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
The application's ID.
getter/setter pair
kind String?
Identifies the resource as a DataTransfer Application Resource.
getter/setter pair
name String?
The application's name.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transferParams List<ApplicationTransferParam>?
The list of all possible transfer parameters for this application.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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