google_api_dataflow v0.9.1 GoogleApi.Dataflow.V1b3.Model.Snapshot View Source

Represents a snapshot of a job.

Attributes

  • creationTime (type: DateTime.t, default: nil) - The time this snapshot was created.
  • id (type: String.t, default: nil) - The unique ID of this snapshot.
  • projectId (type: String.t, default: nil) - The project this snapshot belongs to.
  • sourceJobId (type: String.t, default: nil) - The job this snapshot was created from.
  • state (type: String.t, default: nil) - State of the snapshot.
  • ttl (type: String.t, default: nil) - The time after which this snapshot will be automatically deleted.

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.Dataflow.V1b3.Model.Snapshot{
  creationTime: DateTime.t(),
  id: String.t(),
  projectId: String.t(),
  sourceJobId: String.t(),
  state: String.t(),
  ttl: String.t()
}

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.