google_api_dataflow v0.5.0 GoogleApi.Dataflow.V1b3.Model.Snapshot View Source
Represents a snapshot of a job.
Attributes
- creationTime (DateTime.t): The time this snapshot was created. Defaults to:
null
. - id (String.t): The unique ID of this snapshot. Defaults to:
null
. - projectId (String.t): The project this snapshot belongs to. Defaults to:
null
. - sourceJobId (String.t): The job this snapshot was created from. Defaults to:
null
. - ttl (String.t): The time after which this snapshot will be automatically deleted. 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()
View Source
t() :: %GoogleApi.Dataflow.V1b3.Model.Snapshot{
creationTime: DateTime.t(),
id: any(),
projectId: any(),
sourceJobId: any(),
ttl: any()
}
t() :: %GoogleApi.Dataflow.V1b3.Model.Snapshot{ creationTime: DateTime.t(), id: any(), projectId: any(), sourceJobId: any(), ttl: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.