/** * SmartyMeet Dev03 API REST * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.1 * Contact: developer@smartymeet.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * Organisation-wide switch for outbound candidate feedback. Absent = enabled. enabled=false makes feedback:resolve return enabled=false with reason disabled:tenant BEFORE any policy lookup; default and per-job feedback rows stay stored and come back to life when re-enabled. Explicitly validated: enabled must be a JSON boolean (a string is a 400). NOTE: the generated model whitelists keys, so this property MUST be declared for the SDK to carry it. * @export * @interface TenantAttributesSettingsFeedbackSchema */ export interface TenantAttributesSettingsFeedbackSchema { /** * * @type {boolean} * @memberof TenantAttributesSettingsFeedbackSchema */ enabled?: boolean; } /** * Check if a given object implements the TenantAttributesSettingsFeedbackSchema interface. */ export declare function instanceOfTenantAttributesSettingsFeedbackSchema(value: object): value is TenantAttributesSettingsFeedbackSchema; export declare function TenantAttributesSettingsFeedbackSchemaFromJSON(json: any): TenantAttributesSettingsFeedbackSchema; export declare function TenantAttributesSettingsFeedbackSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): TenantAttributesSettingsFeedbackSchema; export declare function TenantAttributesSettingsFeedbackSchemaToJSON(json: any): TenantAttributesSettingsFeedbackSchema; export declare function TenantAttributesSettingsFeedbackSchemaToJSONTyped(value?: TenantAttributesSettingsFeedbackSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=TenantAttributesSettingsFeedbackSchema.d.ts.map