google_api_sheets v0.2.0 GoogleApi.Sheets.V4.Model.UpdateConditionalFormatRuleResponse View Source
The result of updating a conditional format rule.
Attributes
- newIndex (integer()): The index of the new rule. Defaults to:
null
. - newRule (ConditionalFormatRule): The new rule that replaced the old rule (if replacing), or the rule that was moved (if moved) Defaults to:
null
. - oldIndex (integer()): The old index of the rule. Not set if a rule was replaced (because it is the same as new_index). Defaults to:
null
. - oldRule (ConditionalFormatRule): The old (deleted) rule. Not set if a rule was moved (because it is the same as new_rule). Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Sheets.V4.Model.UpdateConditionalFormatRuleResponse{
newIndex: any(),
newRule: GoogleApi.Sheets.V4.Model.ConditionalFormatRule.t(),
oldIndex: any(),
oldRule: GoogleApi.Sheets.V4.Model.ConditionalFormatRule.t()
}
t() :: %GoogleApi.Sheets.V4.Model.UpdateConditionalFormatRuleResponse{ newIndex: any(), newRule: GoogleApi.Sheets.V4.Model.ConditionalFormatRule.t(), oldIndex: any(), oldRule: GoogleApi.Sheets.V4.Model.ConditionalFormatRule.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.