View Source GoogleApi.AnalyticsHub.V1beta1.Model.Publisher (google_api_analytics_hub v0.5.0)

Contains details of the listing publisher.

Attributes

  • name (type: String.t, default: nil) - Optional. Name of the listing publisher.
  • primaryContact (type: String.t, default: nil) - Optional. Email or URL of the listing publisher. Max Length: 1000 bytes.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AnalyticsHub.V1beta1.Model.Publisher{
  name: String.t() | nil,
  primaryContact: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.