GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1Contacts (google_api_data_catalog v0.32.2)
View SourceContact people for the entry.
Attributes
-
people
(type:list(GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1ContactsPerson.t)
, default:nil
) - The list of contact people for the entry.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1Contacts{ people: [ GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1ContactsPerson.t() ] | nil }