google_api_storage_transfer v0.5.0 GoogleApi.StorageTransfer.V1.Model.ListTransferJobsResponse View Source

Response from ListTransferJobs.

Attributes

  • nextPageToken (String.t): The list next page token. Defaults to: null.
  • transferJobs ([TransferJob]): A list of transfer jobs. Defaults to: null.

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.StorageTransfer.V1.Model.ListTransferJobsResponse{
  nextPageToken: any(),
  transferJobs: [GoogleApi.StorageTransfer.V1.Model.TransferJob.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.