UNPKG

@devopness/sdk-js

Version:

Devopness API JS/TS SDK - Painless essential DevOps to everyone

37 lines (36 loc) 939 B
/** * devopness API * Devopness API - Painless essential DevOps to everyone * * The version of the OpenAPI document: latest * * * 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 OperationCustomSettings */ export interface OperationCustomSettings { /** * The resource\'s custom operation that are CSP specific * @type {string} * @memberof OperationCustomSettings */ operation?: string; /** * Human redable version of the resource\'s custom operation * @type {string} * @memberof OperationCustomSettings */ operation_human_readable?: string; /** * Whether the `server:remove` operation will trigger an action or not * @type {boolean} * @memberof OperationCustomSettings */ triggers_action?: boolean; }