class Google::Apis::SheetsV4::DeleteProtectedRangeRequest

Deletes the protected range with the given ID.

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @protected_range_id = args[:protected_range_id] if args.key?(:protected_range_id)
end