class Google::Apis::SheetsV4::ConditionValue

The value of the condition.

def initialize(**args)

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

def update!(**args)

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