/** * TTLock * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v3.1.9 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface GetLockNbInfo200ResponseAllOfListInner */ export interface GetLockNbInfo200ResponseAllOfListInner { /** * 46011-China Telecom, 46000-China mobile, 21401-Vodafone, 50212-Maxis * @type {string} * @memberof GetLockNbInfo200ResponseAllOfListInner */ nbOperator?: string; /** * NB-IoT operator Server IP * @type {string} * @memberof GetLockNbInfo200ResponseAllOfListInner */ ip?: string; /** * NB-IoT operator Server Port * @type {number} * @memberof GetLockNbInfo200ResponseAllOfListInner */ port?: number; } /** * Check if a given object implements the GetLockNbInfo200ResponseAllOfListInner interface. */ export declare function instanceOfGetLockNbInfo200ResponseAllOfListInner(value: object): boolean; export declare function GetLockNbInfo200ResponseAllOfListInnerFromJSON(json: any): GetLockNbInfo200ResponseAllOfListInner; export declare function GetLockNbInfo200ResponseAllOfListInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetLockNbInfo200ResponseAllOfListInner; export declare function GetLockNbInfo200ResponseAllOfListInnerToJSON(value?: GetLockNbInfo200ResponseAllOfListInner | null): any; //# sourceMappingURL=GetLockNbInfo200ResponseAllOfListInner.d.ts.map