@simplyhomes/sos-sdk
Version:
TypeScript SDK for Simply Homes SoS API v4
39 lines • 1.89 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 V4LeadPropertyRelationsDeleteRelLeadPropertyResponseDto
*/
export interface V4LeadPropertyRelationsDeleteRelLeadPropertyResponseDto {
/**
* The lead ID of the deleted rel-lead-property
* @type {number}
* @memberof V4LeadPropertyRelationsDeleteRelLeadPropertyResponseDto
*/
leadId: number;
/**
* The property ID of the deleted rel-lead-property
* @type {string}
* @memberof V4LeadPropertyRelationsDeleteRelLeadPropertyResponseDto
*/
propertyId: string;
}
/**
* Check if a given object implements the V4LeadPropertyRelationsDeleteRelLeadPropertyResponseDto interface.
*/
export declare function instanceOfV4LeadPropertyRelationsDeleteRelLeadPropertyResponseDto(value: object): value is V4LeadPropertyRelationsDeleteRelLeadPropertyResponseDto;
export declare function V4LeadPropertyRelationsDeleteRelLeadPropertyResponseDtoFromJSON(json: any): V4LeadPropertyRelationsDeleteRelLeadPropertyResponseDto;
export declare function V4LeadPropertyRelationsDeleteRelLeadPropertyResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4LeadPropertyRelationsDeleteRelLeadPropertyResponseDto;
export declare function V4LeadPropertyRelationsDeleteRelLeadPropertyResponseDtoToJSON(json: any): V4LeadPropertyRelationsDeleteRelLeadPropertyResponseDto;
export declare function V4LeadPropertyRelationsDeleteRelLeadPropertyResponseDtoToJSONTyped(value?: V4LeadPropertyRelationsDeleteRelLeadPropertyResponseDto | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=V4LeadPropertyRelationsDeleteRelLeadPropertyResponseDto.d.ts.map