class Google::Apis::SheetsV4::DeleteProtectedRangeRequest
Deletes the protected range with the given ID.
Attributes
protected_range_id[RW]
The ID of the protected range to delete. Corresponds to the JSON property `protectedRangeId` @return [Fixnum]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/sheets_v4/classes.rb, line 4700 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 4705 def update!(**args) @protected_range_id = args[:protected_range_id] if args.key?(:protected_range_id) end