Skip to content

Commit 9426246

Browse files
author
devexperience
committed
Generated version 1.11.0
This commit was automatically created by a GitHub Action to generate version 1.11.0 of this library.
1 parent f00e383 commit 9426246

6 files changed

Lines changed: 166 additions & 2 deletions

File tree

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/ImageOptionResponse.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**DataUri** | Pointer to **NullableString** | | [optional]
8+
**Guid** | Pointer to **NullableString** | | [optional]
89
**Label** | Pointer to **NullableString** | | [optional]
910
**Value** | Pointer to **NullableString** | | [optional]
1011

@@ -62,6 +63,41 @@ HasDataUri returns a boolean if a field has been set.
6263
`func (o *ImageOptionResponse) UnsetDataUri()`
6364

6465
UnsetDataUri ensures that no value is present for DataUri, not even an explicit nil
66+
### GetGuid
67+
68+
`func (o *ImageOptionResponse) GetGuid() string`
69+
70+
GetGuid returns the Guid field if non-nil, zero value otherwise.
71+
72+
### GetGuidOk
73+
74+
`func (o *ImageOptionResponse) GetGuidOk() (*string, bool)`
75+
76+
GetGuidOk returns a tuple with the Guid field if it's non-nil, zero value otherwise
77+
and a boolean to check if the value has been set.
78+
79+
### SetGuid
80+
81+
`func (o *ImageOptionResponse) SetGuid(v string)`
82+
83+
SetGuid sets Guid field to given value.
84+
85+
### HasGuid
86+
87+
`func (o *ImageOptionResponse) HasGuid() bool`
88+
89+
HasGuid returns a boolean if a field has been set.
90+
91+
### SetGuidNil
92+
93+
`func (o *ImageOptionResponse) SetGuidNil(b bool)`
94+
95+
SetGuidNil sets the value for Guid to be an explicit nil
96+
97+
### UnsetGuid
98+
`func (o *ImageOptionResponse) UnsetGuid()`
99+
100+
UnsetGuid ensures that no value is present for Guid, not even an explicit nil
65101
### GetLabel
66102

67103
`func (o *ImageOptionResponse) GetLabel() string`

docs/OptionResponse.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7+
**Guid** | Pointer to **NullableString** | | [optional]
78
**Label** | Pointer to **NullableString** | | [optional]
89
**Value** | Pointer to **NullableString** | | [optional]
910

@@ -26,6 +27,41 @@ NewOptionResponseWithDefaults instantiates a new OptionResponse object
2627
This constructor will only assign default values to properties that have it defined,
2728
but it doesn't guarantee that properties required by API are set
2829

30+
### GetGuid
31+
32+
`func (o *OptionResponse) GetGuid() string`
33+
34+
GetGuid returns the Guid field if non-nil, zero value otherwise.
35+
36+
### GetGuidOk
37+
38+
`func (o *OptionResponse) GetGuidOk() (*string, bool)`
39+
40+
GetGuidOk returns a tuple with the Guid field if it's non-nil, zero value otherwise
41+
and a boolean to check if the value has been set.
42+
43+
### SetGuid
44+
45+
`func (o *OptionResponse) SetGuid(v string)`
46+
47+
SetGuid sets Guid field to given value.
48+
49+
### HasGuid
50+
51+
`func (o *OptionResponse) HasGuid() bool`
52+
53+
HasGuid returns a boolean if a field has been set.
54+
55+
### SetGuidNil
56+
57+
`func (o *OptionResponse) SetGuidNil(b bool)`
58+
59+
SetGuidNil sets the value for Guid to be an explicit nil
60+
61+
### UnsetGuid
62+
`func (o *OptionResponse) UnsetGuid()`
63+
64+
UnsetGuid ensures that no value is present for Guid, not even an explicit nil
2965
### GetLabel
3066

3167
`func (o *OptionResponse) GetLabel() string`

model_image_option_response.go

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

model_option_response.go

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

openapi/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
gitRepoId: mx-platform-go
33
gitUserId: mxenabled
44
packageName: mxplatformgo
5-
packageVersion: 1.10.1
5+
packageVersion: 1.11.0

0 commit comments

Comments
 (0)