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

Contains details of the data provider.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.