@simplyhomes/sos-sdk
Version:
TypeScript SDK for Simply Homes SoS API v4
39 lines • 1.81 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 V4SourcePropertyRelationsUpdateRelationResponseDto
*/
export interface V4SourcePropertyRelationsUpdateRelationResponseDto {
/**
* The ID of the source in the updated relation
* @type {number}
* @memberof V4SourcePropertyRelationsUpdateRelationResponseDto
*/
sourceId: number;
/**
* The ID of the property in the updated relation
* @type {string}
* @memberof V4SourcePropertyRelationsUpdateRelationResponseDto
*/
propertyId: string;
}
/**
* Check if a given object implements the V4SourcePropertyRelationsUpdateRelationResponseDto interface.
*/
export declare function instanceOfV4SourcePropertyRelationsUpdateRelationResponseDto(value: object): value is V4SourcePropertyRelationsUpdateRelationResponseDto;
export declare function V4SourcePropertyRelationsUpdateRelationResponseDtoFromJSON(json: any): V4SourcePropertyRelationsUpdateRelationResponseDto;
export declare function V4SourcePropertyRelationsUpdateRelationResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4SourcePropertyRelationsUpdateRelationResponseDto;
export declare function V4SourcePropertyRelationsUpdateRelationResponseDtoToJSON(json: any): V4SourcePropertyRelationsUpdateRelationResponseDto;
export declare function V4SourcePropertyRelationsUpdateRelationResponseDtoToJSONTyped(value?: V4SourcePropertyRelationsUpdateRelationResponseDto | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=V4SourcePropertyRelationsUpdateRelationResponseDto.d.ts.map