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

View Source

Request message for the BatchDeleteRowAccessPoliciesRequest method.

Attributes

  • force (type: boolean(), default: nil) - If set to true, it deletes the row access policy even if it's the last row access policy on the table and the deletion will widen the access rather narrowing it.
  • policyIds (type: list(String.t), default: nil) - Required. Policy IDs of the row access policies.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.BigQuery.V2.Model.BatchDeleteRowAccessPoliciesRequest{
  force: boolean() | nil,
  policyIds: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.