View Source GoogleApi.Admin.Datatransfer_v1.Model.Application (google_api_admin v0.40.0)

Application 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. Retrievable by using the applications.list() method.
  • 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 select which categories of the user's data to transfer.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type 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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.