View Source GoogleApi.AnalyticsHub.V1.Model.SharingEnvironmentConfig (google_api_analytics_hub v0.5.0)

Sharing environment is a behavior model for sharing data within a data exchange. This option is configurable for a data exchange.

Attributes

  • dcrExchangeConfig (type: GoogleApi.AnalyticsHub.V1.Model.DcrExchangeConfig.t, default: nil) - Data Clean Room (DCR), used for privacy-safe and secured data sharing.
  • defaultExchangeConfig (type: GoogleApi.AnalyticsHub.V1.Model.DefaultExchangeConfig.t, default: nil) - Default Analytics Hub data exchange, used for secured data sharing.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AnalyticsHub.V1.Model.SharingEnvironmentConfig{
  dcrExchangeConfig:
    GoogleApi.AnalyticsHub.V1.Model.DcrExchangeConfig.t() | nil,
  defaultExchangeConfig:
    GoogleApi.AnalyticsHub.V1.Model.DefaultExchangeConfig.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.