@simplyhomes/sos-sdk
Version:
TypeScript SDK for Simply Homes SoS API v4
39 lines • 1.97 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 V4InspectionUserRelationsCreateRelInspectionUserResponseDto
*/
export interface V4InspectionUserRelationsCreateRelInspectionUserResponseDto {
/**
* The inspection ID of the newly created rel-inspection-user
* @type {number}
* @memberof V4InspectionUserRelationsCreateRelInspectionUserResponseDto
*/
inspectionId: number;
/**
* The user ID of the newly created rel-inspection-user
* @type {string}
* @memberof V4InspectionUserRelationsCreateRelInspectionUserResponseDto
*/
userId: string;
}
/**
* Check if a given object implements the V4InspectionUserRelationsCreateRelInspectionUserResponseDto interface.
*/
export declare function instanceOfV4InspectionUserRelationsCreateRelInspectionUserResponseDto(value: object): value is V4InspectionUserRelationsCreateRelInspectionUserResponseDto;
export declare function V4InspectionUserRelationsCreateRelInspectionUserResponseDtoFromJSON(json: any): V4InspectionUserRelationsCreateRelInspectionUserResponseDto;
export declare function V4InspectionUserRelationsCreateRelInspectionUserResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4InspectionUserRelationsCreateRelInspectionUserResponseDto;
export declare function V4InspectionUserRelationsCreateRelInspectionUserResponseDtoToJSON(json: any): V4InspectionUserRelationsCreateRelInspectionUserResponseDto;
export declare function V4InspectionUserRelationsCreateRelInspectionUserResponseDtoToJSONTyped(value?: V4InspectionUserRelationsCreateRelInspectionUserResponseDto | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=V4InspectionUserRelationsCreateRelInspectionUserResponseDto.d.ts.map