google_api_bigtable_admin v0.6.2 GoogleApi.BigtableAdmin.V2.Model.Union View Source

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

Attributes

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.BigtableAdmin.V2.Model.Union{
  rules: [GoogleApi.BigtableAdmin.V2.Model.GcRule.t()]
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.