View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1Aspect (google_api_dataplex v0.20.0)
An aspect is a single piece of metadata describing an entry.
Attributes
-
aspectSource
(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1AspectSource.t
, default:nil
) - Optional. Information related to the source system of the aspect. -
aspectType
(type:String.t
, default:nil
) - Output only. The resource name of the type used to create this Aspect. -
createTime
(type:DateTime.t
, default:nil
) - Output only. The time when the Aspect was created. -
data
(type:map()
, default:nil
) - Required. The content of the aspect, according to its aspect type schema. The maximum size of the field is 120KB (encoded as UTF-8). -
path
(type:String.t
, default:nil
) - Output only. The path in the entry under which the aspect is attached. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. The time when the Aspect was last updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1Aspect{ aspectSource: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1AspectSource.t() | nil, aspectType: String.t() | nil, createTime: DateTime.t() | nil, data: map() | nil, path: String.t() | nil, updateTime: DateTime.t() | nil }