@simplyhomes/sos-sdk
Version:
TypeScript SDK for Simply Homes SoS API v4
39 lines • 1.99 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 V4ContactPropertyRelationsDeleteRelContactPropertyResponseDto
*/
export interface V4ContactPropertyRelationsDeleteRelContactPropertyResponseDto {
/**
* The contact ID of the deleted rel-contact-property
* @type {number}
* @memberof V4ContactPropertyRelationsDeleteRelContactPropertyResponseDto
*/
contactId: number;
/**
* The property ID of the deleted rel-contact-property
* @type {string}
* @memberof V4ContactPropertyRelationsDeleteRelContactPropertyResponseDto
*/
pid: string;
}
/**
* Check if a given object implements the V4ContactPropertyRelationsDeleteRelContactPropertyResponseDto interface.
*/
export declare function instanceOfV4ContactPropertyRelationsDeleteRelContactPropertyResponseDto(value: object): value is V4ContactPropertyRelationsDeleteRelContactPropertyResponseDto;
export declare function V4ContactPropertyRelationsDeleteRelContactPropertyResponseDtoFromJSON(json: any): V4ContactPropertyRelationsDeleteRelContactPropertyResponseDto;
export declare function V4ContactPropertyRelationsDeleteRelContactPropertyResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4ContactPropertyRelationsDeleteRelContactPropertyResponseDto;
export declare function V4ContactPropertyRelationsDeleteRelContactPropertyResponseDtoToJSON(json: any): V4ContactPropertyRelationsDeleteRelContactPropertyResponseDto;
export declare function V4ContactPropertyRelationsDeleteRelContactPropertyResponseDtoToJSONTyped(value?: V4ContactPropertyRelationsDeleteRelContactPropertyResponseDto | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=V4ContactPropertyRelationsDeleteRelContactPropertyResponseDto.d.ts.map