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