<?php
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: keyapis/access_control/v1/keyapis_access_control_entrance_v1.proto

namespace Keyapis\AccessControl\V1\DeleteEntranceResponse\Error;

use Google\Protobuf\Internal\GPBType;
use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;

/**
 * Существуют устройства, связанные с квартирами данного подъезда.
 * Следует отвязать устройства перед удалением подъезда
 *
 * Generated from protobuf message <code>keyapis.access_control.v1.DeleteEntranceResponse.Error.LinkedDevicesExists</code>
 */
class LinkedDevicesExists extends \Google\Protobuf\Internal\Message
{

    /**
     * Constructor.
     *
     * @param array $data {
     *     Optional. Data for populating the Message object.
     *
     * }
     */
    public function __construct($data = NULL) {
        \GPBMetadata\Keyapis\AccessControl\V1\KeyapisAccessControlEntranceV1::initOnce();
        parent::__construct($data);
    }

}

// Adding a class alias for backwards compatibility with the previous class name.
class_alias(LinkedDevicesExists::class, \Keyapis\AccessControl\V1\DeleteEntranceResponse_Error_LinkedDevicesExists::class);

