GoogleApi.AnalyticsHub.V1.Model.RestrictedExportPolicy (google_api_analytics_hub v0.6.0)

View Source

Restricted export policy 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) - Optional. 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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.