-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IWF-119: Options to ignore already started error (#468)
- Loading branch information
1 parent
2cc3fbf
commit 2d339d2
Showing
16 changed files
with
669 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
# WorkflowAlreadyStartedOptions | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**IgnoreAlreadyStartedError** | **bool** | | | ||
**RequestId** | Pointer to **string** | | [optional] | ||
|
||
## Methods | ||
|
||
### NewWorkflowAlreadyStartedOptions | ||
|
||
`func NewWorkflowAlreadyStartedOptions(ignoreAlreadyStartedError bool, ) *WorkflowAlreadyStartedOptions` | ||
|
||
NewWorkflowAlreadyStartedOptions instantiates a new WorkflowAlreadyStartedOptions object | ||
This constructor will assign default values to properties that have it defined, | ||
and makes sure properties required by API are set, but the set of arguments | ||
will change when the set of required properties is changed | ||
|
||
### NewWorkflowAlreadyStartedOptionsWithDefaults | ||
|
||
`func NewWorkflowAlreadyStartedOptionsWithDefaults() *WorkflowAlreadyStartedOptions` | ||
|
||
NewWorkflowAlreadyStartedOptionsWithDefaults instantiates a new WorkflowAlreadyStartedOptions object | ||
This constructor will only assign default values to properties that have it defined, | ||
but it doesn't guarantee that properties required by API are set | ||
|
||
### GetIgnoreAlreadyStartedError | ||
|
||
`func (o *WorkflowAlreadyStartedOptions) GetIgnoreAlreadyStartedError() bool` | ||
|
||
GetIgnoreAlreadyStartedError returns the IgnoreAlreadyStartedError field if non-nil, zero value otherwise. | ||
|
||
### GetIgnoreAlreadyStartedErrorOk | ||
|
||
`func (o *WorkflowAlreadyStartedOptions) GetIgnoreAlreadyStartedErrorOk() (*bool, bool)` | ||
|
||
GetIgnoreAlreadyStartedErrorOk returns a tuple with the IgnoreAlreadyStartedError field if it's non-nil, zero value otherwise | ||
and a boolean to check if the value has been set. | ||
|
||
### SetIgnoreAlreadyStartedError | ||
|
||
`func (o *WorkflowAlreadyStartedOptions) SetIgnoreAlreadyStartedError(v bool)` | ||
|
||
SetIgnoreAlreadyStartedError sets IgnoreAlreadyStartedError field to given value. | ||
|
||
|
||
### GetRequestId | ||
|
||
`func (o *WorkflowAlreadyStartedOptions) GetRequestId() string` | ||
|
||
GetRequestId returns the RequestId field if non-nil, zero value otherwise. | ||
|
||
### GetRequestIdOk | ||
|
||
`func (o *WorkflowAlreadyStartedOptions) GetRequestIdOk() (*string, bool)` | ||
|
||
GetRequestIdOk returns a tuple with the RequestId field if it's non-nil, zero value otherwise | ||
and a boolean to check if the value has been set. | ||
|
||
### SetRequestId | ||
|
||
`func (o *WorkflowAlreadyStartedOptions) SetRequestId(v string)` | ||
|
||
SetRequestId sets RequestId field to given value. | ||
|
||
### HasRequestId | ||
|
||
`func (o *WorkflowAlreadyStartedOptions) HasRequestId() bool` | ||
|
||
HasRequestId returns a boolean if a field has been set. | ||
|
||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.