google_api_genomics v0.5.0 GoogleApi.Genomics.V1.Model.SearchCallSetsRequest View Source
The call set search request.
Attributes
- name (String.t): Only return call sets for which a substring of the name matches this string. 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.t): 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
. - variantSetIds ([String.t]): Restrict the query to call sets within the given variant sets. At least one ID must be provided. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.