Files
portal/openapi/docs/GroupDB.md
2026-06-22 11:38:29 +02:00

88 lines
2.0 KiB
Markdown

# GroupDB
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Name** | **string** | |
**Id** | Pointer to **NullableInt32** | | [optional]
## Methods
### NewGroupDB
`func NewGroupDB(name string, ) *GroupDB`
NewGroupDB instantiates a new GroupDB object
This constructor will assign default values to properties that have it defined,
and makes sure properties required by API are set, but the set of arguments
will change when the set of required properties is changed
### NewGroupDBWithDefaults
`func NewGroupDBWithDefaults() *GroupDB`
NewGroupDBWithDefaults instantiates a new GroupDB object
This constructor will only assign default values to properties that have it defined,
but it doesn't guarantee that properties required by API are set
### GetName
`func (o *GroupDB) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *GroupDB) GetNameOk() (*string, bool)`
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetName
`func (o *GroupDB) SetName(v string)`
SetName sets Name field to given value.
### GetId
`func (o *GroupDB) GetId() int32`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *GroupDB) GetIdOk() (*int32, bool)`
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetId
`func (o *GroupDB) SetId(v int32)`
SetId sets Id field to given value.
### HasId
`func (o *GroupDB) HasId() bool`
HasId returns a boolean if a field has been set.
### SetIdNil
`func (o *GroupDB) SetIdNil(b bool)`
SetIdNil sets the value for Id to be an explicit nil
### UnsetId
`func (o *GroupDB) UnsetId()`
UnsetId ensures that no value is present for Id, not even an explicit nil
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)