@simplyhomes/sos-sdk
Version:
TypeScript SDK for Simply Homes SoS API v4
39 lines • 2.04 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 V4RentalListingUserRelationsDeleteRelRentalListingUserResponseDto
*/
export interface V4RentalListingUserRelationsDeleteRelRentalListingUserResponseDto {
/**
* The rental listing ID of the deleted relation
* @type {number}
* @memberof V4RentalListingUserRelationsDeleteRelRentalListingUserResponseDto
*/
rentalListingId: number;
/**
* The user ID of the deleted relation
* @type {string}
* @memberof V4RentalListingUserRelationsDeleteRelRentalListingUserResponseDto
*/
userId: string;
}
/**
* Check if a given object implements the V4RentalListingUserRelationsDeleteRelRentalListingUserResponseDto interface.
*/
export declare function instanceOfV4RentalListingUserRelationsDeleteRelRentalListingUserResponseDto(value: object): value is V4RentalListingUserRelationsDeleteRelRentalListingUserResponseDto;
export declare function V4RentalListingUserRelationsDeleteRelRentalListingUserResponseDtoFromJSON(json: any): V4RentalListingUserRelationsDeleteRelRentalListingUserResponseDto;
export declare function V4RentalListingUserRelationsDeleteRelRentalListingUserResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4RentalListingUserRelationsDeleteRelRentalListingUserResponseDto;
export declare function V4RentalListingUserRelationsDeleteRelRentalListingUserResponseDtoToJSON(json: any): V4RentalListingUserRelationsDeleteRelRentalListingUserResponseDto;
export declare function V4RentalListingUserRelationsDeleteRelRentalListingUserResponseDtoToJSONTyped(value?: V4RentalListingUserRelationsDeleteRelRentalListingUserResponseDto | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=V4RentalListingUserRelationsDeleteRelRentalListingUserResponseDto.d.ts.map