google_api_genomics v0.4.0 GoogleApi.Genomics.V1.Model.SearchReferenceSetsRequest View Source
Attributes
- accessions ([String.t]): If present, return reference sets for which a prefix of any of sourceAccessions match any of these strings. Accession numbers typically have a main number and a version, for example `NC_000001.11`. Defaults to:
null
. - assemblyId (String.t): If present, return reference sets for which a substring of their `assemblyId` matches this string (case insensitive). Defaults to:
null
. - md5checksums ([String.t]): If present, return reference sets for which the md5checksum matches exactly. Defaults to:
null
. - pageSize (integer()): The maximum number of results to return in a single page. If unspecified, defaults to 1024. The maximum value is 4096. 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
.
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.