Class: Google::Apis::SheetsV4::ClearBasicFilterRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/sheets_v4/classes.rb,
generated/google/apis/sheets_v4/representations.rb,
generated/google/apis/sheets_v4/representations.rb

Overview

Clears the basic filter, if any exists on the sheet.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ClearBasicFilterRequest

Returns a new instance of ClearBasicFilterRequest.



1582
1583
1584
# File 'generated/google/apis/sheets_v4/classes.rb', line 1582

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

Instance Attribute Details

#sheet_idFixnum

The sheet ID on which the basic filter should be cleared. Corresponds to the JSON property sheetId

Returns:

  • (Fixnum)


1580
1581
1582
# File 'generated/google/apis/sheets_v4/classes.rb', line 1580

def sheet_id
  @sheet_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1587
1588
1589
# File 'generated/google/apis/sheets_v4/classes.rb', line 1587

def update!(**args)
  @sheet_id = args[:sheet_id] if args.key?(:sheet_id)
end