google_api_genomics v0.0.1 GoogleApi.Genomics.V1.Model.SearchVariantSetsRequest View Source
The search variant sets request.
Attributes
- datasetIds (List[String]): Exactly one dataset ID must be provided here. Only variant sets which belong to this dataset will be returned. Defaults to:
null
. - pageSize (Integer): The maximum number of results to return in a single page. If unspecified, defaults to 1024. Defaults to:
null
. - pageToken (String): The continuation token, which is used to page through large result sets. To get the next page of results, set this parameter to the value of `nextPageToken` from the previous response. Defaults to:
null
.