GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1PersonalDetails (google_api_data_catalog v0.32.2)
View SourceEntry 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1PersonalDetails{ starTime: DateTime.t() | nil, starred: boolean() | nil }