# frozen_string_literal: true module Rancher module Api class Databasechangeloglock include Her::Model include Helpers::Model attributes :id, :locked, :lockedby, :lockgranted end end end