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

The JSON template for an Application resource.

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

Link to this type

t()

View Source
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

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.