Skip to content

Commit

Permalink
Merge pull request #51 from mxenabled/openapi-generator-0.25.0
Browse files Browse the repository at this point in the history
Generated version 0.25.0
  • Loading branch information
nickitza authored Jun 20, 2024
2 parents 4547de4 + fff97a9 commit 56e08d0
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configuration.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 36 additions & 0 deletions docs/MemberStatusResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Name | Type | Description | Notes
**ConnectionStatus** | Pointer to **NullableString** | | [optional]
**Guid** | Pointer to **NullableString** | | [optional]
**HasProcessedAccounts** | Pointer to **NullableBool** | | [optional]
**HasProcessedAccountNumbers** | Pointer to **NullableBool** | | [optional]
**HasProcessedTransactions** | Pointer to **NullableBool** | | [optional]
**IsAuthenticated** | Pointer to **NullableBool** | | [optional]
**IsBeingAggregated** | Pointer to **NullableBool** | | [optional]
Expand Down Expand Up @@ -198,6 +199,41 @@ HasHasProcessedAccounts returns a boolean if a field has been set.
`func (o *MemberStatusResponse) UnsetHasProcessedAccounts()`

UnsetHasProcessedAccounts ensures that no value is present for HasProcessedAccounts, not even an explicit nil
### GetHasProcessedAccountNumbers

`func (o *MemberStatusResponse) GetHasProcessedAccountNumbers() bool`

GetHasProcessedAccountNumbers returns the HasProcessedAccountNumbers field if non-nil, zero value otherwise.

### GetHasProcessedAccountNumbersOk

`func (o *MemberStatusResponse) GetHasProcessedAccountNumbersOk() (*bool, bool)`

GetHasProcessedAccountNumbersOk returns a tuple with the HasProcessedAccountNumbers field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetHasProcessedAccountNumbers

`func (o *MemberStatusResponse) SetHasProcessedAccountNumbers(v bool)`

SetHasProcessedAccountNumbers sets HasProcessedAccountNumbers field to given value.

### HasHasProcessedAccountNumbers

`func (o *MemberStatusResponse) HasHasProcessedAccountNumbers() bool`

HasHasProcessedAccountNumbers returns a boolean if a field has been set.

### SetHasProcessedAccountNumbersNil

`func (o *MemberStatusResponse) SetHasProcessedAccountNumbersNil(b bool)`

SetHasProcessedAccountNumbersNil sets the value for HasProcessedAccountNumbers to be an explicit nil

### UnsetHasProcessedAccountNumbers
`func (o *MemberStatusResponse) UnsetHasProcessedAccountNumbers()`

UnsetHasProcessedAccountNumbers ensures that no value is present for HasProcessedAccountNumbers, not even an explicit nil
### GetHasProcessedTransactions

`func (o *MemberStatusResponse) GetHasProcessedTransactions() bool`
Expand Down
46 changes: 46 additions & 0 deletions model_member_status_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion openapi/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
gitRepoId: mx-platform-go
gitUserId: mxenabled
packageName: mxplatformgo
packageVersion: 0.24.0
packageVersion: 0.25.0

0 comments on commit 56e08d0

Please sign in to comment.