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