View Source GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaGoogleSignalsSettings (google_api_analytics_admin v0.21.0)

Settings values for Google Signals. This is a singleton resource.

Attributes

  • consent (type: String.t, default: nil) - Output only. Terms of Service acceptance.
  • name (type: String.t, default: nil) - Output only. Resource name of this setting. Format: properties/{property_id}/googleSignalsSettings Example: "properties/1000/googleSignalsSettings"
  • state (type: String.t, default: nil) - Status of this setting.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaGoogleSignalsSettings{
    consent: String.t() | nil,
    name: String.t() | nil,
    state: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.