Skip to content

Commit 851e458

Browse files
committed
SDK Release v1.51.1-alpha
1 parent 32b39d3 commit 851e458

5 files changed

Lines changed: 37 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To contribute, please raise an issue with a bug report, feature request, feedbac
1010
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
1111

1212
- API version: 1.0
13-
- Package version: v1.51.0-alpha
13+
- Package version: v1.51.1-alpha
1414
- Generator version: 7.10.0
1515
- Build package: org.openapitools.codegen.languages.GoClientCodegen
1616

api/openapi.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17858,6 +17858,7 @@ components:
1785817858
Region_Fields:
1785917859
example:
1786017860
country: country
17861+
features: "{}"
1786117862
green_status: GREEN
1786217863
name: name
1786317864
description: description
@@ -17867,6 +17868,9 @@ components:
1786717868
type: string
1786817869
description:
1786917870
type: string
17871+
features:
17872+
properties: {}
17873+
type: object
1787017874
green_status:
1787117875
description: Green status
1787217876
enum:
@@ -17884,11 +17888,13 @@ components:
1788417888
example:
1788517889
regions:
1788617890
- country: country
17891+
features: "{}"
1788717892
green_status: GREEN
1788817893
name: name
1788917894
description: description
1789017895
id: 0
1789117896
- country: country
17897+
features: "{}"
1789217898
green_status: GREEN
1789317899
name: name
1789417900
description: description

configuration.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/RegionFields.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**Country** | Pointer to **string** | | [optional]
88
**Description** | Pointer to **string** | | [optional]
9+
**Features** | Pointer to **map[string]interface{}** | | [optional]
910
**GreenStatus** | Pointer to **string** | Green status | [optional]
1011
**Id** | Pointer to **int32** | | [optional]
1112
**Name** | Pointer to **string** | | [optional]
@@ -79,6 +80,31 @@ SetDescription sets Description field to given value.
7980

8081
HasDescription returns a boolean if a field has been set.
8182

83+
### GetFeatures
84+
85+
`func (o *RegionFields) GetFeatures() map[string]interface{}`
86+
87+
GetFeatures returns the Features field if non-nil, zero value otherwise.
88+
89+
### GetFeaturesOk
90+
91+
`func (o *RegionFields) GetFeaturesOk() (*map[string]interface{}, bool)`
92+
93+
GetFeaturesOk returns a tuple with the Features field if it's non-nil, zero value otherwise
94+
and a boolean to check if the value has been set.
95+
96+
### SetFeatures
97+
98+
`func (o *RegionFields) SetFeatures(v map[string]interface{})`
99+
100+
SetFeatures sets Features field to given value.
101+
102+
### HasFeatures
103+
104+
`func (o *RegionFields) HasFeatures() bool`
105+
106+
HasFeatures returns a boolean if a field has been set.
107+
82108
### GetGreenStatus
83109

84110
`func (o *RegionFields) GetGreenStatus() string`

lib/region/region_client.go

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

0 commit comments

Comments
 (0)