View Source GoogleApi.Admin.Datatransfer_v1.Model.ApplicationDataTransfer (google_api_admin v0.43.0)

Template to map fields of ApplicationDataTransfer resource.

Attributes

  • applicationId (type: String.t, default: nil) - The application's ID.
  • applicationTransferParams (type: list(GoogleApi.Admin.Datatransfer_v1.Model.ApplicationTransferParam.t), default: nil) - The transfer parameters for the application. These parameters are used to select the data which will get transferred in context of this application. For more information about the specific values available for each application, see the Transfer parameters reference.
  • applicationTransferStatus (type: String.t, default: nil) - Read-only. Current status of transfer for this application.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Datatransfer_v1.Model.ApplicationDataTransfer{
  applicationId: String.t() | nil,
  applicationTransferParams:
    [GoogleApi.Admin.Datatransfer_v1.Model.ApplicationTransferParam.t()] | nil,
  applicationTransferStatus: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.