google_api_genomics v0.5.0 GoogleApi.Genomics.V1.Model.Dataset View Source

A Dataset is a collection of genomic data.

Attributes

  • createTime (DateTime.t): The time this dataset was created, in seconds from the epoch. Defaults to: null.
  • id (String.t): The server-generated dataset ID, unique across all datasets. Defaults to: null.
  • name (String.t): The dataset name. Defaults to: null.
  • projectId (String.t): The Google Cloud project ID that this dataset belongs to. 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 type

t() View Source
t() :: %GoogleApi.Genomics.V1.Model.Dataset{
  createTime: DateTime.t(),
  id: any(),
  name: any(),
  projectId: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.