udpate openapi spec

This commit is contained in:
2026-08-04 15:28:33 +02:00
parent e4acb6918a
commit fa7835c7e6
32 changed files with 2946 additions and 229 deletions

View File

@@ -5,6 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Name** | **string** | |
**Type** | **string** | |
**IsActive** | **bool** | |
**Id** | Pointer to **NullableInt32** | | [optional]
@@ -12,7 +13,7 @@ Name | Type | Description | Notes
### NewAccessAuthorizationDB
`func NewAccessAuthorizationDB(name string, isActive bool, ) *AccessAuthorizationDB`
`func NewAccessAuthorizationDB(name string, type_ string, isActive bool, ) *AccessAuthorizationDB`
NewAccessAuthorizationDB instantiates a new AccessAuthorizationDB object
This constructor will assign default values to properties that have it defined,
@@ -47,6 +48,26 @@ and a boolean to check if the value has been set.
SetName sets Name field to given value.
### GetType
`func (o *AccessAuthorizationDB) GetType() string`
GetType returns the Type field if non-nil, zero value otherwise.
### GetTypeOk
`func (o *AccessAuthorizationDB) GetTypeOk() (*string, bool)`
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetType
`func (o *AccessAuthorizationDB) SetType(v string)`
SetType sets Type field to given value.
### GetIsActive
`func (o *AccessAuthorizationDB) GetIsActive() bool`