GoogleApi.Dataflow.V1b3.Model.RuntimeMetadata (google_api_dataflow v0.36.0) View Source
RuntimeMetadata describing a runtime environment.
Attributes
-
parameters(type:list(GoogleApi.Dataflow.V1b3.Model.ParameterMetadata.t), default:nil) - The parameters for the template. -
sdkInfo(type:GoogleApi.Dataflow.V1b3.Model.SDKInfo.t, default:nil) - SDK Info for the template.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Dataflow.V1b3.Model.RuntimeMetadata{
parameters: [GoogleApi.Dataflow.V1b3.Model.ParameterMetadata.t()] | nil,
sdkInfo: GoogleApi.Dataflow.V1b3.Model.SDKInfo.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.