Files
portal/openapi/docs/CardCreate.md
2026-08-04 15:28:33 +02:00

99 lines
2.4 KiB
Markdown

# CardCreate
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Name** | **string** | |
**Enabled** | Pointer to **bool** | | [optional] [default to true]
**GroupId** | **int32** | |
## Methods
### NewCardCreate
`func NewCardCreate(name string, groupId int32, ) *CardCreate`
NewCardCreate instantiates a new CardCreate 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
### NewCardCreateWithDefaults
`func NewCardCreateWithDefaults() *CardCreate`
NewCardCreateWithDefaults instantiates a new CardCreate 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 *CardCreate) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *CardCreate) 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 *CardCreate) SetName(v string)`
SetName sets Name field to given value.
### GetEnabled
`func (o *CardCreate) GetEnabled() bool`
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
### GetEnabledOk
`func (o *CardCreate) GetEnabledOk() (*bool, bool)`
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetEnabled
`func (o *CardCreate) SetEnabled(v bool)`
SetEnabled sets Enabled field to given value.
### HasEnabled
`func (o *CardCreate) HasEnabled() bool`
HasEnabled returns a boolean if a field has been set.
### GetGroupId
`func (o *CardCreate) GetGroupId() int32`
GetGroupId returns the GroupId field if non-nil, zero value otherwise.
### GetGroupIdOk
`func (o *CardCreate) GetGroupIdOk() (*int32, bool)`
GetGroupIdOk returns a tuple with the GroupId field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetGroupId
`func (o *CardCreate) SetGroupId(v int32)`
SetGroupId sets GroupId field to given value.
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)