class Google::Apis::SheetsV4::AddFilterViewResponse

The result of adding a filter view.

Attributes

filter[RW]

A filter view. Corresponds to the JSON property `filter` @return [Google::Apis::SheetsV4::FilterView]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/sheets_v4/classes.rb, line 262
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 267
def update!(**args)
  @filter = args[:filter] if args.key?(:filter)
end