class Google::Apis::SheetsV4::DeleteConditionalFormatRuleResponse

The result of deleting a conditional format rule.

Attributes

rule[RW]

A rule describing a conditional format. Corresponds to the JSON property `rule` @return [Google::Apis::SheetsV4::ConditionalFormatRule]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/sheets_v4/classes.rb, line 4438
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/sheets_v4/classes.rb, line 4443
def update!(**args)
  @rule = args[:rule] if args.key?(:rule)
end