View Source GoogleApi.Dataform.V1beta1.Model.Notebook (google_api_dataform v0.5.0)

Attributes

  • contents (type: String.t, default: nil) - The contents of the notebook.
  • 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.Notebook{
  contents: String.t() | nil,
  dependencyTargets: [GoogleApi.Dataform.V1beta1.Model.Target.t()] | nil,
  disabled: boolean() | nil,
  tags: [String.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.