View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataAttributeBindingPath (google_api_dataplex v0.13.0)

Represents a subresource of the given resource, and associated bindings with it. Currently supported subresources are column and partition schema fields within a table.

Attributes

  • attributes (type: list(String.t), default: nil) - Optional. List of attributes to be associated with the path of the resource, provided in the form: projects/{project}/locations/{location}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}
  • name (type: String.t, default: nil) - Required. The name identifier of the path. Nested columns should be of the form: 'address.city'.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataAttributeBindingPath{
    attributes: [String.t()] | nil,
    name: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.