GoogleApi.Dataflow.V1b3.Model.TemplateMetadata (google_api_dataflow v0.32.0) View Source
Metadata describing a template.
Attributes
-
description(type:String.t, default:nil) - Optional. A description of the template. -
name(type:String.t, default:nil) - Required. The name of the template. -
parameters(type:list(GoogleApi.Dataflow.V1b3.Model.ParameterMetadata.t), default:nil) - The parameters 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.TemplateMetadata{
description: String.t(),
name: String.t(),
parameters: [GoogleApi.Dataflow.V1b3.Model.ParameterMetadata.t()]
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.