class Google::Apis::SheetsV4::DeleteDeveloperMetadataRequest
A request to delete developer metadata.
Attributes
data_filter[RW]
Filter that describes what data should be selected or returned from a request. Corresponds to the JSON property `dataFilter` @return [Google::Apis::SheetsV4::DataFilter]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/sheets_v4/classes.rb, line 4477 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 4482 def update!(**args) @data_filter = args[:data_filter] if args.key?(:data_filter) end