ListDatasetContentsRequest
Types
Properties
Link copied to clipboard
The name of the dataset whose contents information you want to list.
Link copied to clipboard
The maximum number of results to return in this request.
Link copied to clipboard
A filter to limit results to those dataset contents whose creation is scheduled before the given time. See the field triggers.schedule
in the CreateDataset
request. (timestamp)
Link copied to clipboard
A filter to limit results to those dataset contents whose creation is scheduled on or after the given time. See the field triggers.schedule
in the CreateDataset
request. (timestamp)
Functions
Link copied to clipboard
inline fun copy(block: ListDatasetContentsRequest.Builder.() -> Unit = {}): ListDatasetContentsRequest