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

Provides compatibility information for a specific metadata store.

Attributes

  • compatible (type: boolean(), default: nil) - Output only. Whether the entity is compatible and can be represented in the metadata store.
  • reason (type: String.t, default: nil) - Output only. Provides additional detail if the entity is incompatible with the metadata store.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1EntityCompatibilityStatusCompatibility{
    compatible: boolean() | nil,
    reason: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.