View Source GoogleApi.Sheets.V4.Model.UpdateConditionalFormatRuleResponse (google_api_sheets v0.34.0)

The result of updating a conditional format rule.

Attributes

  • newIndex (type: integer(), default: nil) - The index of the new rule.
  • newRule (type: GoogleApi.Sheets.V4.Model.ConditionalFormatRule.t, default: nil) - The new rule that replaced the old rule (if replacing), or the rule that was moved (if moved)
  • oldIndex (type: integer(), default: nil) - The old index of the rule. Not set if a rule was replaced (because it is the same as new_index).
  • oldRule (type: GoogleApi.Sheets.V4.Model.ConditionalFormatRule.t, default: nil) - The old (deleted) rule. Not set if a rule was moved (because it is the same as new_rule).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.UpdateConditionalFormatRuleResponse{
  newIndex: integer() | nil,
  newRule: GoogleApi.Sheets.V4.Model.ConditionalFormatRule.t() | nil,
  oldIndex: integer() | nil,
  oldRule: GoogleApi.Sheets.V4.Model.ConditionalFormatRule.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.