GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1Contacts (google_api_data_catalog v0.32.2)

View Source

Contact 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

t()

@type t() :: %GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1Contacts{
  people:
    [
      GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1ContactsPerson.t()
    ]
    | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.