GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1PersonalDetails (google_api_data_catalog v0.25.0) View Source

Entry metadata relevant only to the user and private to them.

Attributes

  • starTime (type: DateTime.t, default: nil) - Set if the entry is starred; unset otherwise.
  • starred (type: boolean(), default: nil) - True if the entry is starred by the user; false otherwise.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1PersonalDetails{
  starTime: DateTime.t() | nil,
  starred: boolean() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.