UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

81 lines 2.76 kB
/** * API v4 * Swagger documentation for API v4 * * The version of the OpenAPI document: 4.0 * * * 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 SoSPropertyEntityAttomAllEventDetailDataStatus */ export interface SoSPropertyEntityAttomAllEventDetailDataStatus { /** * Response message * @type {string} * @memberof SoSPropertyEntityAttomAllEventDetailDataStatus */ msg: string; /** * Response status code * @type {number} * @memberof SoSPropertyEntityAttomAllEventDetailDataStatus */ code: number; /** * Current page number * @type {number} * @memberof SoSPropertyEntityAttomAllEventDetailDataStatus */ page: number; /** * Total number of records * @type {number} * @memberof SoSPropertyEntityAttomAllEventDetailDataStatus */ total: number; /** * ATTOM API identifier * @type {number} * @memberof SoSPropertyEntityAttomAllEventDetailDataStatus */ attomId: number; /** * API version * @type {string} * @memberof SoSPropertyEntityAttomAllEventDetailDataStatus */ version: string; /** * Page size for pagination * @type {number} * @memberof SoSPropertyEntityAttomAllEventDetailDataStatus */ pagesize: number; /** * Transaction ID for the request * @type {string} * @memberof SoSPropertyEntityAttomAllEventDetailDataStatus */ transactionID: string; /** * Response date and time * @type {string} * @memberof SoSPropertyEntityAttomAllEventDetailDataStatus */ responseDateTime: string; } /** * Check if a given object implements the SoSPropertyEntityAttomAllEventDetailDataStatus interface. */ export declare function instanceOfSoSPropertyEntityAttomAllEventDetailDataStatus(value: object): value is SoSPropertyEntityAttomAllEventDetailDataStatus; export declare function SoSPropertyEntityAttomAllEventDetailDataStatusFromJSON(json: any): SoSPropertyEntityAttomAllEventDetailDataStatus; export declare function SoSPropertyEntityAttomAllEventDetailDataStatusFromJSONTyped(json: any, ignoreDiscriminator: boolean): SoSPropertyEntityAttomAllEventDetailDataStatus; export declare function SoSPropertyEntityAttomAllEventDetailDataStatusToJSON(json: any): SoSPropertyEntityAttomAllEventDetailDataStatus; export declare function SoSPropertyEntityAttomAllEventDetailDataStatusToJSONTyped(value?: SoSPropertyEntityAttomAllEventDetailDataStatus | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=SoSPropertyEntityAttomAllEventDetailDataStatus.d.ts.map