GoogleApi.StorageTransfer.V1.Model.ListTransferJobsResponse (google_api_storage_transfer v0.21.3) 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
Specs
t() :: %GoogleApi.StorageTransfer.V1.Model.ListTransferJobsResponse{
nextPageToken: String.t(),
transferJobs: [GoogleApi.StorageTransfer.V1.Model.TransferJob.t()]
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.