Struct google_genomics1::Dataset[][src]

pub struct Dataset {
    pub project_id: Option<String>,
    pub id: Option<String>,
    pub name: Option<String>,
    pub create_time: Option<String>,
}

A Dataset is a collection of genomic data.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The Google Cloud project ID that this dataset belongs to.

The server-generated dataset ID, unique across all datasets.

The dataset name.

The time this dataset was created, in seconds from the epoch.

Trait Implementations

impl Default for Dataset
[src]

Returns the "default value" for a type. Read more

impl Clone for Dataset
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Dataset
[src]

Formats the value using the given formatter. Read more

impl RequestValue for Dataset
[src]

impl Resource for Dataset
[src]

impl ResponseResult for Dataset
[src]

Auto Trait Implementations

impl Send for Dataset

impl Sync for Dataset