UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

39 lines 1.79 kB
/** * 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 V4PropertyManagersUpdatePropertyManagerResponseDto */ export interface V4PropertyManagersUpdatePropertyManagerResponseDto { /** * Status of the update operation * @type {string} * @memberof V4PropertyManagersUpdatePropertyManagerResponseDto */ message?: string; /** * The ID of the updated propertyManager * @type {number} * @memberof V4PropertyManagersUpdatePropertyManagerResponseDto */ propertyManagerId: number; } /** * Check if a given object implements the V4PropertyManagersUpdatePropertyManagerResponseDto interface. */ export declare function instanceOfV4PropertyManagersUpdatePropertyManagerResponseDto(value: object): value is V4PropertyManagersUpdatePropertyManagerResponseDto; export declare function V4PropertyManagersUpdatePropertyManagerResponseDtoFromJSON(json: any): V4PropertyManagersUpdatePropertyManagerResponseDto; export declare function V4PropertyManagersUpdatePropertyManagerResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4PropertyManagersUpdatePropertyManagerResponseDto; export declare function V4PropertyManagersUpdatePropertyManagerResponseDtoToJSON(json: any): V4PropertyManagersUpdatePropertyManagerResponseDto; export declare function V4PropertyManagersUpdatePropertyManagerResponseDtoToJSONTyped(value?: V4PropertyManagersUpdatePropertyManagerResponseDto | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=V4PropertyManagersUpdatePropertyManagerResponseDto.d.ts.map