View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1EntrySourceAncestor (google_api_dataplex v0.15.0)

Information about individual items in the hierarchy that is associated with the data resource.

Attributes

  • name (type: String.t, default: nil) - Optional. The name of the ancestor resource.
  • type (type: String.t, default: nil) - Optional. The type of the ancestor resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1EntrySourceAncestor{
  name: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.