class Google::Apis::SheetsV4::UpdateProtectedRangeRequest
Updates an existing protected range with the specified protectedRangeId.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @fields = args[:fields] if args.key?(:fields) @protected_range = args[:protected_range] if args.key?(:protected_range) end