View Source GoogleApi.Dataflow.V1b3.Model.RuntimeMetadata (google_api_dataflow v0.51.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataflow.V1b3.Model.RuntimeMetadata{ parameters: [GoogleApi.Dataflow.V1b3.Model.ParameterMetadata.t()] | nil, sdkInfo: GoogleApi.Dataflow.V1b3.Model.SDKInfo.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.