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

An Entry Group represents a logical grouping of one or more Entries.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. The time when the EntryGroup was created.
  • description (type: String.t, default: nil) - Optional. Description of the EntryGroup.
  • displayName (type: String.t, default: nil) - Optional. User friendly display name.
  • etag (type: String.t, default: nil) - This checksum is computed by the service, and might be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
  • labels (type: map(), default: nil) - Optional. User-defined labels for the EntryGroup.
  • name (type: String.t, default: nil) - Output only. The relative resource name of the EntryGroup, of the form: projects/{project_number}/locations/{location_id}/entryGroups/{entry_group_id}.
  • uid (type: String.t, default: nil) - Output only. System generated globally unique ID for the EntryGroup. If you delete and recreate the EntryGroup with the same name, this ID will be different.
  • updateTime (type: DateTime.t, default: nil) - Output only. The time when the EntryGroup was last updated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1EntryGroup{
  createTime: DateTime.t() | nil,
  description: String.t() | nil,
  displayName: String.t() | nil,
  etag: String.t() | nil,
  labels: map() | nil,
  name: String.t() | nil,
  uid: String.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.