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

namespace Keyapis\Dial\V1\PostBroadcastAlertStartResponse\Error;

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

/**
 * Не найден сценарий оповещения
 *
 * Generated from protobuf message <code>keyapis.dial.v1.PostBroadcastAlertStartResponse.Error.ScenarioNotFound</code>
 */
class ScenarioNotFound extends \Google\Protobuf\Internal\Message
{

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

}

// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ScenarioNotFound::class, \Keyapis\Dial\V1\PostBroadcastAlertStartResponse_Error_ScenarioNotFound::class);

