@simplyhomes/sos-sdk
Version:
TypeScript SDK for Simply Homes SoS API v4
39 lines • 1.93 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 V4ContactSourceRelationsUpdateRelContactSourceResponseDto
*/
export interface V4ContactSourceRelationsUpdateRelContactSourceResponseDto {
/**
* The contact ID of the updated rel-contact-source
* @type {number}
* @memberof V4ContactSourceRelationsUpdateRelContactSourceResponseDto
*/
contactId: number;
/**
* The source ID of the updated rel-contact-source
* @type {number}
* @memberof V4ContactSourceRelationsUpdateRelContactSourceResponseDto
*/
sourceId: number;
}
/**
* Check if a given object implements the V4ContactSourceRelationsUpdateRelContactSourceResponseDto interface.
*/
export declare function instanceOfV4ContactSourceRelationsUpdateRelContactSourceResponseDto(value: object): value is V4ContactSourceRelationsUpdateRelContactSourceResponseDto;
export declare function V4ContactSourceRelationsUpdateRelContactSourceResponseDtoFromJSON(json: any): V4ContactSourceRelationsUpdateRelContactSourceResponseDto;
export declare function V4ContactSourceRelationsUpdateRelContactSourceResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4ContactSourceRelationsUpdateRelContactSourceResponseDto;
export declare function V4ContactSourceRelationsUpdateRelContactSourceResponseDtoToJSON(json: any): V4ContactSourceRelationsUpdateRelContactSourceResponseDto;
export declare function V4ContactSourceRelationsUpdateRelContactSourceResponseDtoToJSONTyped(value?: V4ContactSourceRelationsUpdateRelContactSourceResponseDto | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=V4ContactSourceRelationsUpdateRelContactSourceResponseDto.d.ts.map