View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1EntrySource (google_api_dataplex v0.10.0)

EntrySource contains source system related information for the entry.

Attributes

  • ancestors (type: list(GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1EntrySourceAncestor.t), default: nil) - Immutable. The ancestors of the Entry in the source system.
  • createTime (type: DateTime.t, default: nil) - The create time of the resource in the source system.
  • description (type: String.t, default: nil) - Description of the Entry. The maximum size of the field is 2000 characters.
  • displayName (type: String.t, default: nil) - User friendly display name. The maximum size of the field is 500 characters.
  • labels (type: map(), default: nil) - User-defined labels. The maximum size of keys and values is 128 characters each.
  • platform (type: String.t, default: nil) - The platform containing the source system. The maximum size of the field is 64 characters.
  • resource (type: String.t, default: nil) - The name of the resource in the source system. The maximum size of the field is 4000 characters.
  • system (type: String.t, default: nil) - The name of the source system. The maximum size of the field is 64 characters.
  • updateTime (type: DateTime.t, default: nil) - The update time of the resource in the source system.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1EntrySource{
  ancestors:
    [GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1EntrySourceAncestor.t()]
    | nil,
  createTime: DateTime.t() | nil,
  description: String.t() | nil,
  displayName: String.t() | nil,
  labels: map() | nil,
  platform: String.t() | nil,
  resource: String.t() | nil,
  system: String.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.