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

Restricted export config, used to configure restricted export on linked dataset.

Attributes

  • enabled (type: boolean(), default: nil) - Optional. If true, enable restricted export.
  • restrictDirectTableAccess (type: boolean(), default: nil) - Output only. If true, restrict direct table access(read api/tabledata.list) on linked table.
  • restrictQueryResult (type: boolean(), default: nil) - Optional. If true, restrict export of query result derived from restricted linked dataset table.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AnalyticsHub.V1beta1.Model.RestrictedExportConfig{
  enabled: boolean() | nil,
  restrictDirectTableAccess: boolean() | nil,
  restrictQueryResult: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.