View Source GoogleApi.Dataform.V1beta1.Model.Declaration (google_api_dataform v0.7.0)
Represents a relation which is not managed by Dataform but which may be referenced by Dataform actions.
Attributes
-
relationDescriptor
(type:GoogleApi.Dataform.V1beta1.Model.RelationDescriptor.t
, default:nil
) - Descriptor for the relation and its columns. Used as documentation only, i.e. values here will result in no changes to the relation's metadata.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataform.V1beta1.Model.Declaration{ relationDescriptor: GoogleApi.Dataform.V1beta1.Model.RelationDescriptor.t() | nil }