Class: Google::Apis::SheetsV4::DeleteBandingRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/sheets_v4/classes.rb,
generated/google/apis/sheets_v4/representations.rb,
generated/google/apis/sheets_v4/representations.rb

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DeleteBandingRequest

Returns a new instance of DeleteBandingRequest.



4391
4392
4393
# File 'generated/google/apis/sheets_v4/classes.rb', line 4391

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#banded_range_idFixnum

The ID of the banded range to delete. Corresponds to the JSON property bandedRangeId

Returns:

  • (Fixnum)


4389
4390
4391
# File 'generated/google/apis/sheets_v4/classes.rb', line 4389

def banded_range_id
  @banded_range_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4396
4397
4398
# File 'generated/google/apis/sheets_v4/classes.rb', line 4396

def update!(**args)
  @banded_range_id = args[:banded_range_id] if args.key?(:banded_range_id)
end