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

5.9 KiB

AccessAuthorizationUpdate

Properties

Name Type Description Notes
Name Pointer to NullableString [optional]
Type Pointer to NullableString [optional]
IsActive Pointer to NullableBool [optional]
Timetables Pointer to []TimetableCreate [optional]
Oneshot Pointer to NullableOneShotAccessBase [optional]

Methods

NewAccessAuthorizationUpdate

func NewAccessAuthorizationUpdate() *AccessAuthorizationUpdate

NewAccessAuthorizationUpdate instantiates a new AccessAuthorizationUpdate 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

NewAccessAuthorizationUpdateWithDefaults

func NewAccessAuthorizationUpdateWithDefaults() *AccessAuthorizationUpdate

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

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

GetNameOk

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

SetName sets Name field to given value.

HasName

func (o *AccessAuthorizationUpdate) HasName() bool

HasName returns a boolean if a field has been set.

SetNameNil

func (o *AccessAuthorizationUpdate) SetNameNil(b bool)

SetNameNil sets the value for Name to be an explicit nil

UnsetName

func (o *AccessAuthorizationUpdate) UnsetName()

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

GetType

func (o *AccessAuthorizationUpdate) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *AccessAuthorizationUpdate) 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 *AccessAuthorizationUpdate) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *AccessAuthorizationUpdate) HasType() bool

HasType returns a boolean if a field has been set.

SetTypeNil

func (o *AccessAuthorizationUpdate) SetTypeNil(b bool)

SetTypeNil sets the value for Type to be an explicit nil

UnsetType

func (o *AccessAuthorizationUpdate) UnsetType()

UnsetType ensures that no value is present for Type, not even an explicit nil

GetIsActive

func (o *AccessAuthorizationUpdate) GetIsActive() bool

GetIsActive returns the IsActive field if non-nil, zero value otherwise.

GetIsActiveOk

func (o *AccessAuthorizationUpdate) GetIsActiveOk() (*bool, bool)

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

SetIsActive

func (o *AccessAuthorizationUpdate) SetIsActive(v bool)

SetIsActive sets IsActive field to given value.

HasIsActive

func (o *AccessAuthorizationUpdate) HasIsActive() bool

HasIsActive returns a boolean if a field has been set.

SetIsActiveNil

func (o *AccessAuthorizationUpdate) SetIsActiveNil(b bool)

SetIsActiveNil sets the value for IsActive to be an explicit nil

UnsetIsActive

func (o *AccessAuthorizationUpdate) UnsetIsActive()

UnsetIsActive ensures that no value is present for IsActive, not even an explicit nil

GetTimetables

func (o *AccessAuthorizationUpdate) GetTimetables() []TimetableCreate

GetTimetables returns the Timetables field if non-nil, zero value otherwise.

GetTimetablesOk

func (o *AccessAuthorizationUpdate) GetTimetablesOk() (*[]TimetableCreate, bool)

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

SetTimetables

func (o *AccessAuthorizationUpdate) SetTimetables(v []TimetableCreate)

SetTimetables sets Timetables field to given value.

HasTimetables

func (o *AccessAuthorizationUpdate) HasTimetables() bool

HasTimetables returns a boolean if a field has been set.

SetTimetablesNil

func (o *AccessAuthorizationUpdate) SetTimetablesNil(b bool)

SetTimetablesNil sets the value for Timetables to be an explicit nil

UnsetTimetables

func (o *AccessAuthorizationUpdate) UnsetTimetables()

UnsetTimetables ensures that no value is present for Timetables, not even an explicit nil

GetOneshot

func (o *AccessAuthorizationUpdate) GetOneshot() OneShotAccessBase

GetOneshot returns the Oneshot field if non-nil, zero value otherwise.

GetOneshotOk

func (o *AccessAuthorizationUpdate) GetOneshotOk() (*OneShotAccessBase, bool)

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

SetOneshot

func (o *AccessAuthorizationUpdate) SetOneshot(v OneShotAccessBase)

SetOneshot sets Oneshot field to given value.

HasOneshot

func (o *AccessAuthorizationUpdate) HasOneshot() bool

HasOneshot returns a boolean if a field has been set.

SetOneshotNil

func (o *AccessAuthorizationUpdate) SetOneshotNil(b bool)

SetOneshotNil sets the value for Oneshot to be an explicit nil

UnsetOneshot

func (o *AccessAuthorizationUpdate) UnsetOneshot()

UnsetOneshot ensures that no value is present for Oneshot, not even an explicit nil

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