@simplyhomes/sos-sdk
Version:
TypeScript SDK for Simply Homes SoS API v4
39 lines • 1.71 kB
TypeScript
/**
* 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 SoSPropertyEntityAttomAllEventDetailDataVintage
*/
export interface SoSPropertyEntityAttomAllEventDetailDataVintage {
/**
* Publication date
* @type {string}
* @memberof SoSPropertyEntityAttomAllEventDetailDataVintage
*/
pubDate: string;
/**
* Last modified date
* @type {string}
* @memberof SoSPropertyEntityAttomAllEventDetailDataVintage
*/
lastModified: string;
}
/**
* Check if a given object implements the SoSPropertyEntityAttomAllEventDetailDataVintage interface.
*/
export declare function instanceOfSoSPropertyEntityAttomAllEventDetailDataVintage(value: object): value is SoSPropertyEntityAttomAllEventDetailDataVintage;
export declare function SoSPropertyEntityAttomAllEventDetailDataVintageFromJSON(json: any): SoSPropertyEntityAttomAllEventDetailDataVintage;
export declare function SoSPropertyEntityAttomAllEventDetailDataVintageFromJSONTyped(json: any, ignoreDiscriminator: boolean): SoSPropertyEntityAttomAllEventDetailDataVintage;
export declare function SoSPropertyEntityAttomAllEventDetailDataVintageToJSON(json: any): SoSPropertyEntityAttomAllEventDetailDataVintage;
export declare function SoSPropertyEntityAttomAllEventDetailDataVintageToJSONTyped(value?: SoSPropertyEntityAttomAllEventDetailDataVintage | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=SoSPropertyEntityAttomAllEventDetailDataVintage.d.ts.map