Skip to content

Commit

Permalink
SDK Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Leaseweb CI committed Aug 26, 2024
1 parent 6b98d4f commit 91d30ab
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 60 deletions.
2 changes: 1 addition & 1 deletion abuse/configuration.go

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

3 changes: 3 additions & 0 deletions dedicatedServer/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11672,6 +11672,9 @@ components:
name:
description: A human readable name describing the control panel
type: string
required:
- id
- name
title: controlPanel
type: object
operatingSystem:
Expand Down
2 changes: 1 addition & 1 deletion dedicatedServer/configuration.go

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

16 changes: 3 additions & 13 deletions dedicatedServer/docs/ControlPanel.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **string** | The unique ID of this control panel | [optional]
**Name** | Pointer to **string** | A human readable name describing the control panel | [optional]
**Id** | **string** | The unique ID of this control panel |
**Name** | **string** | A human readable name describing the control panel |

## Methods

### NewControlPanel

`func NewControlPanel() *ControlPanel`
`func NewControlPanel(id string, name string, ) *ControlPanel`

NewControlPanel instantiates a new ControlPanel object
This constructor will assign default values to properties that have it defined,
Expand Down Expand Up @@ -45,11 +45,6 @@ and a boolean to check if the value has been set.

SetId sets Id field to given value.

### HasId

`func (o *ControlPanel) HasId() bool`

HasId returns a boolean if a field has been set.

### GetName

Expand All @@ -70,11 +65,6 @@ and a boolean to check if the value has been set.

SetName sets Name field to given value.

### HasName

`func (o *ControlPanel) HasName() bool`

HasName returns a boolean if a field has been set.


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
91 changes: 48 additions & 43 deletions dedicatedServer/model_control_panel.go

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

2 changes: 1 addition & 1 deletion invoice/configuration.go

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

2 changes: 1 addition & 1 deletion publicCloud/configuration.go

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

0 comments on commit 91d30ab

Please sign in to comment.