udpate openapi spec
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user