Skip to content

Commit

Permalink
Generated version 0.18.0
Browse files Browse the repository at this point in the history
This commit was automatically created by a GitHub Action to generate version 0.18.0 of this library.
  • Loading branch information
devexperience committed Nov 21, 2023
1 parent e675298 commit 4c815df
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 32 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.

26 changes: 13 additions & 13 deletions docs/SpendingPlansResponseBody.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**IterationItems** | Pointer to [**[]SpendingPlanResponse**](SpendingPlanResponse.md) | | [optional]
**SpendingPlans** | Pointer to [**[]SpendingPlanResponse**](SpendingPlanResponse.md) | | [optional]
**Pagination** | Pointer to [**PaginationResponse**](PaginationResponse.md) | | [optional]

## Methods
Expand All @@ -26,30 +26,30 @@ NewSpendingPlansResponseBodyWithDefaults instantiates a new SpendingPlansRespons
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

### GetIterationItems
### GetSpendingPlans

`func (o *SpendingPlansResponseBody) GetIterationItems() []SpendingPlanResponse`
`func (o *SpendingPlansResponseBody) GetSpendingPlans() []SpendingPlanResponse`

GetIterationItems returns the IterationItems field if non-nil, zero value otherwise.
GetSpendingPlans returns the SpendingPlans field if non-nil, zero value otherwise.

### GetIterationItemsOk
### GetSpendingPlansOk

`func (o *SpendingPlansResponseBody) GetIterationItemsOk() (*[]SpendingPlanResponse, bool)`
`func (o *SpendingPlansResponseBody) GetSpendingPlansOk() (*[]SpendingPlanResponse, bool)`

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

### SetIterationItems
### SetSpendingPlans

`func (o *SpendingPlansResponseBody) SetIterationItems(v []SpendingPlanResponse)`
`func (o *SpendingPlansResponseBody) SetSpendingPlans(v []SpendingPlanResponse)`

SetIterationItems sets IterationItems field to given value.
SetSpendingPlans sets SpendingPlans field to given value.

### HasIterationItems
### HasSpendingPlans

`func (o *SpendingPlansResponseBody) HasIterationItems() bool`
`func (o *SpendingPlansResponseBody) HasSpendingPlans() bool`

HasIterationItems returns a boolean if a field has been set.
HasSpendingPlans returns a boolean if a field has been set.

### GetPagination

Expand Down
34 changes: 17 additions & 17 deletions model_spending_plans_response_body.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.17.1
packageVersion: 0.18.0

0 comments on commit 4c815df

Please sign in to comment.