google_api_dataflow v0.17.0 GoogleApi.Dataflow.V1b3.Model.TemplateMetadata 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
Link to this type
t()
View Sourcet() :: %GoogleApi.Dataflow.V1b3.Model.TemplateMetadata{
description: String.t(),
name: String.t(),
parameters: [GoogleApi.Dataflow.V1b3.Model.ParameterMetadata.t()]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.