google_api_admin v0.12.0 GoogleApi.Admin.Datatransfer_v1.Model.DataTransfersListResponse View Source
Template for a collection of DataTransfer resources.
Attributes
dataTransfers
(type:list(GoogleApi.Admin.Datatransfer_v1.Model.DataTransfer.t)
, default:nil
) - List of data transfer requests.etag
(type:String.t
, default:nil
) - ETag of the resource.kind
(type:String.t
, default:admin#datatransfer#dataTransfersList
) - Identifies the resource as a collection of data transfer requests.nextPageToken
(type:String.t
, default:nil
) - Continuation token which will be used to specify next page in list API.
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.Admin.Datatransfer_v1.Model.DataTransfersListResponse{ dataTransfers: [GoogleApi.Admin.Datatransfer_v1.Model.DataTransfer.t()], etag: String.t(), kind: String.t(), nextPageToken: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.