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

Template for a collection of Applications.

Attributes

  • applications (type: list(GoogleApi.Admin.Datatransfer_v1.Model.Application.t), default: nil) - The list of applications that support data transfer and are also installed for the customer.
  • etag (type: String.t, default: nil) - ETag of the resource.
  • kind (type: String.t, default: admin#datatransfer#applicationsList) - Identifies the resource as a collection of Applications.
  • nextPageToken (type: String.t, default: nil) - Token to specify the next page in the list.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Datatransfer_v1.Model.ApplicationsListResponse{
  applications: [GoogleApi.Admin.Datatransfer_v1.Model.Application.t()] | nil,
  etag: String.t() | nil,
  kind: String.t() | nil,
  nextPageToken: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.