View Source GoogleApi.BigtableAdmin.V2.Model.Intersection (google_api_bigtable_admin v0.22.0)

A GcRule which deletes cells matching all of the given rules.

Attributes

  • rules (type: list(GoogleApi.BigtableAdmin.V2.Model.GcRule.t), default: nil) - Only delete cells which would be deleted by every element of rules.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigtableAdmin.V2.Model.Intersection{
  rules: [GoogleApi.BigtableAdmin.V2.Model.GcRule.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.