google_api_storage_transfer v0.6.0 GoogleApi.StorageTransfer.V1.Model.ListTransferJobsResponse View Source
Response from ListTransferJobs.
Attributes
nextPageToken
(type:String.t
, default:nil
) - The list next page token.transferJobs
(type:list(GoogleApi.StorageTransfer.V1.Model.TransferJob.t)
, default:nil
) - A list of transfer jobs.
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()
View Source
t() :: %GoogleApi.StorageTransfer.V1.Model.ListTransferJobsResponse{
nextPageToken: String.t(),
transferJobs: [GoogleApi.StorageTransfer.V1.Model.TransferJob.t()]
}
t() :: %GoogleApi.StorageTransfer.V1.Model.ListTransferJobsResponse{ nextPageToken: String.t(), transferJobs: [GoogleApi.StorageTransfer.V1.Model.TransferJob.t()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.