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

namespace Keyapis\Subscription\V1\OfferPaging\ValidationError;

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

/**
 * Причины:
 * - Значение количества < 0 или > 100
 *
 * Generated from protobuf message <code>keyapis.subscription.v1.OfferPaging.ValidationError.LimitInvalid</code>
 */
class LimitInvalid extends \Google\Protobuf\Internal\Message
{

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

}

// Adding a class alias for backwards compatibility with the previous class name.
class_alias(LimitInvalid::class, \Keyapis\Subscription\V1\OfferPaging_ValidationError_LimitInvalid::class);

