View Source GoogleApi.Dataform.V1beta1.Model.DataPreparation (google_api_dataform v0.5.0)
Defines a compiled Data Preparation entity
Attributes
-
contents(type:String.t, default:nil) - The data preparation definition, stored as a binary encoded proto. -
dependencyTargets(type:list(GoogleApi.Dataform.V1beta1.Model.Target.t), default:nil) - A list of actions that this action depends on. -
disabled(type:boolean(), default:nil) - Whether this action is disabled (i.e. should not be run). -
tags(type:list(String.t), default:nil) - Arbitrary, user-defined tags on this action.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataform.V1beta1.Model.DataPreparation{ contents: String.t() | nil, dependencyTargets: [GoogleApi.Dataform.V1beta1.Model.Target.t()] | nil, disabled: boolean() | nil, tags: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.