Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1017 Bytes

File metadata and controls

28 lines (21 loc) · 1017 Bytes

SharedStepUpdate

Properties

Name Type Description Notes
title string [default to undefined]
action string Deprecated, use the `steps` property instead. [optional] [default to undefined]
expected_result string Deprecated, use the `steps` property instead. [optional] [default to undefined]
data string Deprecated, use the `steps` property instead. [optional] [default to undefined]
steps Array<SharedStepContentCreate> [optional] [default to undefined]

Example

import { SharedStepUpdate } from 'qase-api-client';

const instance: SharedStepUpdate = {
    title,
    action,
    expected_result,
    data,
    steps,
};

[Back to Model list] [Back to API list] [Back to README]