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

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()

Specs

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

Functions

decode(value, options)

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.