google_api_admin v0.18.0 GoogleApi.Admin.Datatransfer_v1.Model.Application View Source

The JSON template for an Application resource. STEPLADDER: Generated unstable field number for field 'kind'. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field 'etag'. (See http://go/stepladder-help#fieldNumber)

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(),
  id: String.t(),
  kind: String.t(),
  name: String.t(),
  transferParams: [
    GoogleApi.Admin.Datatransfer_v1.Model.ApplicationTransferParam.t()
  ]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.