Name | Type | Description | Notes |
---|---|---|---|
PkiApikeyID | int32 | The unique ID of the Apikey | |
FkiUserID | int32 | The unique ID of the User | |
ObjApikeyDescription | MultilingualApikeyDescription | ||
ObjContactName | CustomContactNameResponse | ||
SApikeyApikey | Pointer to string | The Apikey for the API key. This will be hidden if we are not creating or regenerating the Apikey. | [optional] |
SApikeySecret | Pointer to string | The Secret for the API key. This will be hidden if we are not creating or regenerating the Apikey. | [optional] |
BApikeyIsactive | bool | Whether the apikey is active or not | |
BApikeyIssigned | Pointer to bool | Whether the apikey is signed or not | [optional] |
ObjAudit | CommonAudit |
func NewApikeyResponse(pkiApikeyID int32, fkiUserID int32, objApikeyDescription MultilingualApikeyDescription, objContactName CustomContactNameResponse, bApikeyIsactive bool, objAudit CommonAudit, ) *ApikeyResponse
NewApikeyResponse instantiates a new ApikeyResponse 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
func NewApikeyResponseWithDefaults() *ApikeyResponse
NewApikeyResponseWithDefaults instantiates a new ApikeyResponse 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
func (o *ApikeyResponse) GetPkiApikeyID() int32
GetPkiApikeyID returns the PkiApikeyID field if non-nil, zero value otherwise.
func (o *ApikeyResponse) GetPkiApikeyIDOk() (*int32, bool)
GetPkiApikeyIDOk returns a tuple with the PkiApikeyID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApikeyResponse) SetPkiApikeyID(v int32)
SetPkiApikeyID sets PkiApikeyID field to given value.
func (o *ApikeyResponse) GetFkiUserID() int32
GetFkiUserID returns the FkiUserID field if non-nil, zero value otherwise.
func (o *ApikeyResponse) GetFkiUserIDOk() (*int32, bool)
GetFkiUserIDOk returns a tuple with the FkiUserID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApikeyResponse) SetFkiUserID(v int32)
SetFkiUserID sets FkiUserID field to given value.
func (o *ApikeyResponse) GetObjApikeyDescription() MultilingualApikeyDescription
GetObjApikeyDescription returns the ObjApikeyDescription field if non-nil, zero value otherwise.
func (o *ApikeyResponse) GetObjApikeyDescriptionOk() (*MultilingualApikeyDescription, bool)
GetObjApikeyDescriptionOk returns a tuple with the ObjApikeyDescription field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApikeyResponse) SetObjApikeyDescription(v MultilingualApikeyDescription)
SetObjApikeyDescription sets ObjApikeyDescription field to given value.
func (o *ApikeyResponse) GetObjContactName() CustomContactNameResponse
GetObjContactName returns the ObjContactName field if non-nil, zero value otherwise.
func (o *ApikeyResponse) GetObjContactNameOk() (*CustomContactNameResponse, bool)
GetObjContactNameOk returns a tuple with the ObjContactName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApikeyResponse) SetObjContactName(v CustomContactNameResponse)
SetObjContactName sets ObjContactName field to given value.
func (o *ApikeyResponse) GetSApikeyApikey() string
GetSApikeyApikey returns the SApikeyApikey field if non-nil, zero value otherwise.
func (o *ApikeyResponse) GetSApikeyApikeyOk() (*string, bool)
GetSApikeyApikeyOk returns a tuple with the SApikeyApikey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApikeyResponse) SetSApikeyApikey(v string)
SetSApikeyApikey sets SApikeyApikey field to given value.
func (o *ApikeyResponse) HasSApikeyApikey() bool
HasSApikeyApikey returns a boolean if a field has been set.
func (o *ApikeyResponse) GetSApikeySecret() string
GetSApikeySecret returns the SApikeySecret field if non-nil, zero value otherwise.
func (o *ApikeyResponse) GetSApikeySecretOk() (*string, bool)
GetSApikeySecretOk returns a tuple with the SApikeySecret field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApikeyResponse) SetSApikeySecret(v string)
SetSApikeySecret sets SApikeySecret field to given value.
func (o *ApikeyResponse) HasSApikeySecret() bool
HasSApikeySecret returns a boolean if a field has been set.
func (o *ApikeyResponse) GetBApikeyIsactive() bool
GetBApikeyIsactive returns the BApikeyIsactive field if non-nil, zero value otherwise.
func (o *ApikeyResponse) GetBApikeyIsactiveOk() (*bool, bool)
GetBApikeyIsactiveOk returns a tuple with the BApikeyIsactive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApikeyResponse) SetBApikeyIsactive(v bool)
SetBApikeyIsactive sets BApikeyIsactive field to given value.
func (o *ApikeyResponse) GetBApikeyIssigned() bool
GetBApikeyIssigned returns the BApikeyIssigned field if non-nil, zero value otherwise.
func (o *ApikeyResponse) GetBApikeyIssignedOk() (*bool, bool)
GetBApikeyIssignedOk returns a tuple with the BApikeyIssigned field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApikeyResponse) SetBApikeyIssigned(v bool)
SetBApikeyIssigned sets BApikeyIssigned field to given value.
func (o *ApikeyResponse) HasBApikeyIssigned() bool
HasBApikeyIssigned returns a boolean if a field has been set.
func (o *ApikeyResponse) GetObjAudit() CommonAudit
GetObjAudit returns the ObjAudit field if non-nil, zero value otherwise.
func (o *ApikeyResponse) GetObjAuditOk() (*CommonAudit, bool)
GetObjAuditOk returns a tuple with the ObjAudit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApikeyResponse) SetObjAudit(v CommonAudit)
SetObjAudit sets ObjAudit field to given value.