// Generated by the protocol buffer compiler.  DO NOT EDIT!
// clang-format off
// source: keyapis/exchange/v1/keyapis_exchange_events_v1.proto

// This CPP symbol can be defined to use imports that match up to the framework
// imports needed when using CocoaPods.
#if !defined(GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS)
 #define GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS 0
#endif

#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
 #import <Protobuf/GPBProtocolBuffers.h>
#else
 #import "GPBProtocolBuffers.h"
#endif

#if GOOGLE_PROTOBUF_OBJC_VERSION < 30007
#error This file was generated by a newer version of protoc which is incompatible with your Protocol Buffer library sources.
#endif
#if 30007 < GOOGLE_PROTOBUF_OBJC_MIN_SUPPORTED_VERSION
#error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
#endif

// @@protoc_insertion_point(imports)

#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wdeprecated-declarations"

CF_EXTERN_C_BEGIN

@class KEYAPISEXCHANGEYV1SendingSmsTask_TemplateVariable;

NS_ASSUME_NONNULL_BEGIN

#pragma mark - KEYAPISEXCHANGEYV1KeyapisExchangeEventsV1Root

/**
 * Exposes the extension registry for this file.
 *
 * The base class provides:
 * @code
 *   + (GPBExtensionRegistry *)extensionRegistry;
 * @endcode
 * which is a @c GPBExtensionRegistry that includes all the extensions defined by
 * this file and all files that it depends on.
 **/
GPB_FINAL @interface KEYAPISEXCHANGEYV1KeyapisExchangeEventsV1Root : GPBRootObject
@end

#pragma mark - KEYAPISEXCHANGEYV1SendingSmsTask

typedef GPB_ENUM(KEYAPISEXCHANGEYV1SendingSmsTask_FieldNumber) {
  KEYAPISEXCHANGEYV1SendingSmsTask_FieldNumber_RequestId = 1,
  KEYAPISEXCHANGEYV1SendingSmsTask_FieldNumber_TemplateKind = 2,
  KEYAPISEXCHANGEYV1SendingSmsTask_FieldNumber_Destination = 3,
  KEYAPISEXCHANGEYV1SendingSmsTask_FieldNumber_TemplateVariablesArray = 4,
};

/**
 * Задача на отправку СМС.
 * Очередь key.exchange.sending_sms
 **/
GPB_FINAL @interface KEYAPISEXCHANGEYV1SendingSmsTask : GPBMessage

/** Идентификатор запроса */
@property(nonatomic, readwrite, copy, null_resettable) NSString *requestId;

/** Тип шаблона */
@property(nonatomic, readwrite, copy, null_resettable) NSString *templateKind;

/** Назначение */
@property(nonatomic, readwrite, copy, null_resettable) NSString *destination;

/** Переменные шаблона */
@property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<KEYAPISEXCHANGEYV1SendingSmsTask_TemplateVariable*> *templateVariablesArray;
/** The number of items in @c templateVariablesArray without causing the container to be created. */
@property(nonatomic, readonly) NSUInteger templateVariablesArray_Count;

@end

#pragma mark - KEYAPISEXCHANGEYV1SendingSmsTask_TemplateVariable

typedef GPB_ENUM(KEYAPISEXCHANGEYV1SendingSmsTask_TemplateVariable_FieldNumber) {
  KEYAPISEXCHANGEYV1SendingSmsTask_TemplateVariable_FieldNumber_Name = 1,
  KEYAPISEXCHANGEYV1SendingSmsTask_TemplateVariable_FieldNumber_Value = 2,
};

/**
 * Переменные шаблона
 **/
GPB_FINAL @interface KEYAPISEXCHANGEYV1SendingSmsTask_TemplateVariable : GPBMessage

/** Наименование */
@property(nonatomic, readwrite, copy, null_resettable) NSString *name;

/** Значение */
@property(nonatomic, readwrite, copy, null_resettable) NSString *value;

@end

NS_ASSUME_NONNULL_END

CF_EXTERN_C_END

#pragma clang diagnostic pop

// @@protoc_insertion_point(global_scope)

// clang-format on
