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

2.8 KiB

Card

Properties

Name Type Description Notes
Id Pointer to NullableInt32 [optional]
Uuid string
GroupId Pointer to NullableInt32 [optional]

Methods

NewCard

func NewCard(uuid string, ) *Card

NewCard instantiates a new Card 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

NewCardWithDefaults

func NewCardWithDefaults() *Card

NewCardWithDefaults instantiates a new Card 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

GetId

func (o *Card) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *Card) 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 *Card) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *Card) HasId() bool

HasId returns a boolean if a field has been set.

SetIdNil

func (o *Card) SetIdNil(b bool)

SetIdNil sets the value for Id to be an explicit nil

UnsetId

func (o *Card) UnsetId()

UnsetId ensures that no value is present for Id, not even an explicit nil

GetUuid

func (o *Card) GetUuid() string

GetUuid returns the Uuid field if non-nil, zero value otherwise.

GetUuidOk

func (o *Card) GetUuidOk() (*string, bool)

GetUuidOk returns a tuple with the Uuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUuid

func (o *Card) SetUuid(v string)

SetUuid sets Uuid field to given value.

GetGroupId

func (o *Card) GetGroupId() int32

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

GetGroupIdOk

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

SetGroupId sets GroupId field to given value.

HasGroupId

func (o *Card) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

SetGroupIdNil

func (o *Card) SetGroupIdNil(b bool)

SetGroupIdNil sets the value for GroupId to be an explicit nil

UnsetGroupId

func (o *Card) 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]