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

139 lines
4.0 KiB
Markdown

# AccessAuthorizationUpdate
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Name** | Pointer to **NullableString** | | [optional]
**IsActive** | Pointer to **NullableBool** | | [optional]
**Timetables** | Pointer to [**[]TimetableCreate**](TimetableCreate.md) | | [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
### 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
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)