GoogleApi.Admin.Datatransfer_v1.Model.Application (google_api_admin v0.37.0) View Source
Applications resources represent applications installed on the domain that support transferring ownership of user data.
Attributes
-
etag
(type:String.t
, default:nil
) - Etag of the resource. -
id
(type:String.t
, default:nil
) - The application's ID. -
kind
(type:String.t
, default:admin#datatransfer#ApplicationResource
) - Identifies the resource as a DataTransfer Application Resource. -
name
(type:String.t
, default:nil
) - The application's name. -
transferParams
(type:list(GoogleApi.Admin.Datatransfer_v1.Model.ApplicationTransferParam.t)
, default:nil
) - The list of all possible transfer parameters for this application. These parameters can be used to select the data of the user in this application to be transferred.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Admin.Datatransfer_v1.Model.Application{ etag: String.t() | nil, id: String.t() | nil, kind: String.t() | nil, name: String.t() | nil, transferParams: [GoogleApi.Admin.Datatransfer_v1.Model.ApplicationTransferParam.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.