WorkOS.FlagUpdatedContextPreviousAttributeData (WorkOS SDK for Elixir v3.0.1)

Copy Markdown View Source

The previous data attributes of the flag.

Summary

Types

t()

@type t() :: %WorkOS.FlagUpdatedContextPreviousAttributeData{
  default_value: boolean() | nil,
  description: String.t() | nil,
  enabled: boolean() | nil,
  name: String.t() | nil,
  tags: [String.t()] | nil
}