class Google::Apis::SheetsV4::DeleteBandingRequest

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

Attributes

banded_range_id[RW]

The ID of the banded range to delete. Corresponds to the JSON property `bandedRangeId` @return [Fixnum]

Public Class Methods

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