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

View Source

A contact person for the entry.

Attributes

  • designation (type: String.t, default: nil) - Designation of the person, for example, Data Steward.
  • email (type: String.t, default: nil) - Email of the person in the format of john.doe@xyz, `, orJohn Doe`.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1ContactsPerson{
    designation: String.t() | nil,
    email: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.