class Google::Apis::SheetsV4::DeleteNamedRangeRequest

Removes the named range with the given ID from the spreadsheet.

Attributes

named_range_id[RW]

The ID of the named range to delete. Corresponds to the JSON property `namedRangeId` @return [String]

Public Class Methods

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