GoogleApi.BigQuery.V2.Model.RowAccessPolicyReference (google_api_big_query v0.88.0)

View Source

Id path of a row access policy.

Attributes

  • datasetId (type: String.t, default: nil) - Required. The ID of the dataset containing this row access policy.
  • policyId (type: String.t, default: nil) - Required. The ID of the row access policy. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 256 characters.
  • projectId (type: String.t, default: nil) - Required. The ID of the project containing this row access policy.
  • tableId (type: String.t, default: nil) - Required. The ID of the table containing this row access policy.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.BigQuery.V2.Model.RowAccessPolicyReference{
  datasetId: String.t() | nil,
  policyId: String.t() | nil,
  projectId: String.t() | nil,
  tableId: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.