class Google::Apis::SheetsV4::DeleteConditionalFormatRuleResponse

The result of deleting a conditional format rule.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @rule = args[:rule] if args.key?(:rule)
end