class Google::Apis::SheetsV4::DuplicateFilterViewResponse

The result of a filter view being duplicated.

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 5099
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 5104
def update!(**args)
  @filter = args[:filter] if args.key?(:filter)
end