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