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

2.8 KiB

AccessAuthorizationDB

Properties

Name Type Description Notes
Name string
IsActive bool
Id Pointer to NullableInt32 [optional]

Methods

NewAccessAuthorizationDB

func NewAccessAuthorizationDB(name string, isActive bool, ) *AccessAuthorizationDB

NewAccessAuthorizationDB instantiates a new AccessAuthorizationDB 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

NewAccessAuthorizationDBWithDefaults

func NewAccessAuthorizationDBWithDefaults() *AccessAuthorizationDB

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

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

GetNameOk

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

SetName sets Name field to given value.

GetIsActive

func (o *AccessAuthorizationDB) GetIsActive() bool

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

GetIsActiveOk

func (o *AccessAuthorizationDB) 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 *AccessAuthorizationDB) SetIsActive(v bool)

SetIsActive sets IsActive field to given value.

GetId

func (o *AccessAuthorizationDB) GetId() int32

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

GetIdOk

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

SetId sets Id field to given value.

HasId

func (o *AccessAuthorizationDB) HasId() bool

HasId returns a boolean if a field has been set.

SetIdNil

func (o *AccessAuthorizationDB) SetIdNil(b bool)

SetIdNil sets the value for Id to be an explicit nil

UnsetId

func (o *AccessAuthorizationDB) UnsetId()

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

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