Skip to content

Commit 249de1e

Browse files
chore(all): re-generate OpenAPI client(s) (#601)
Co-authored-by: app-services-ci <app-services-ci@users.noreply.github.com>
1 parent 7b93b2b commit 249de1e

3 files changed

Lines changed: 67 additions & 0 deletions

File tree

smarteventsmgmt/apiv1alpha/client/api/openapi.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1349,6 +1349,7 @@ components:
13491349
page: 0
13501350
items:
13511351
- owner: owner
1352+
status_message: status_message
13521353
submitted_at: 2000-01-23T04:56:07.000+00:00
13531354
flows: '{}'
13541355
kind: kind
@@ -1359,6 +1360,7 @@ components:
13591360
modified_at: 2000-01-23T04:56:07.000+00:00
13601361
status: ""
13611362
- owner: owner
1363+
status_message: status_message
13621364
submitted_at: 2000-01-23T04:56:07.000+00:00
13631365
flows: '{}'
13641366
kind: kind
@@ -1413,6 +1415,7 @@ components:
14131415
ProcessorResponse:
14141416
example:
14151417
owner: owner
1418+
status_message: status_message
14161419
submitted_at: 2000-01-23T04:56:07.000+00:00
14171420
flows: '{}'
14181421
kind: kind
@@ -1455,6 +1458,8 @@ components:
14551458
flows:
14561459
nullable: false
14571460
type: object
1461+
status_message:
1462+
type: string
14581463
required:
14591464
- flows
14601465
- href

smarteventsmgmt/apiv1alpha/client/docs/ProcessorResponse.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Name | Type | Description | Notes
1414
**Owner** | **string** | |
1515
**Name** | **string** | |
1616
**Flows** | **map[string]interface{}** | |
17+
**StatusMessage** | Pointer to **string** | | [optional]
1718

1819
## Methods
1920

@@ -244,6 +245,31 @@ and a boolean to check if the value has been set.
244245
SetFlows sets Flows field to given value.
245246

246247

248+
### GetStatusMessage
249+
250+
`func (o *ProcessorResponse) GetStatusMessage() string`
251+
252+
GetStatusMessage returns the StatusMessage field if non-nil, zero value otherwise.
253+
254+
### GetStatusMessageOk
255+
256+
`func (o *ProcessorResponse) GetStatusMessageOk() (*string, bool)`
257+
258+
GetStatusMessageOk returns a tuple with the StatusMessage field if it's non-nil, zero value otherwise
259+
and a boolean to check if the value has been set.
260+
261+
### SetStatusMessage
262+
263+
`func (o *ProcessorResponse) SetStatusMessage(v string)`
264+
265+
SetStatusMessage sets StatusMessage field to given value.
266+
267+
### HasStatusMessage
268+
269+
`func (o *ProcessorResponse) HasStatusMessage() bool`
270+
271+
HasStatusMessage returns a boolean if a field has been set.
272+
247273

248274
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
249275

smarteventsmgmt/apiv1alpha/client/model_processor_response.go

Lines changed: 36 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)