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

3.4 KiB

CardUpdate

Properties

Name Type Description Notes
Name Pointer to NullableString [optional]
Enabled Pointer to NullableBool [optional]
GroupId Pointer to NullableInt32 [optional]

Methods

NewCardUpdate

func NewCardUpdate() *CardUpdate

NewCardUpdate instantiates a new CardUpdate 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

NewCardUpdateWithDefaults

func NewCardUpdateWithDefaults() *CardUpdate

NewCardUpdateWithDefaults instantiates a new CardUpdate 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 *CardUpdate) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *CardUpdate) 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 *CardUpdate) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *CardUpdate) HasName() bool

HasName returns a boolean if a field has been set.

SetNameNil

func (o *CardUpdate) SetNameNil(b bool)

SetNameNil sets the value for Name to be an explicit nil

UnsetName

func (o *CardUpdate) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

GetEnabled

func (o *CardUpdate) GetEnabled() bool

GetEnabled returns the Enabled field if non-nil, zero value otherwise.

GetEnabledOk

func (o *CardUpdate) 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 *CardUpdate) SetEnabled(v bool)

SetEnabled sets Enabled field to given value.

HasEnabled

func (o *CardUpdate) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

SetEnabledNil

func (o *CardUpdate) SetEnabledNil(b bool)

SetEnabledNil sets the value for Enabled to be an explicit nil

UnsetEnabled

func (o *CardUpdate) UnsetEnabled()

UnsetEnabled ensures that no value is present for Enabled, not even an explicit nil

GetGroupId

func (o *CardUpdate) GetGroupId() int32

GetGroupId returns the GroupId field if non-nil, zero value otherwise.

GetGroupIdOk

func (o *CardUpdate) 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 *CardUpdate) SetGroupId(v int32)

SetGroupId sets GroupId field to given value.

HasGroupId

func (o *CardUpdate) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

SetGroupIdNil

func (o *CardUpdate) SetGroupIdNil(b bool)

SetGroupIdNil sets the value for GroupId to be an explicit nil

UnsetGroupId

func (o *CardUpdate) UnsetGroupId()

UnsetGroupId ensures that no value is present for GroupId, not even an explicit nil

[Back to Model list] [Back to API list] [Back to README]