Name | Type | Description | Notes |
---|---|---|---|
Alg | Pointer to string | [optional] | |
Key | Pointer to string | The public key value of the API-key. | [optional] |
ModificationDate | Pointer to time.Time | [optional] |
func NewAPIKeyAccessRules() *APIKeyAccessRules
NewAPIKeyAccessRules instantiates a new APIKeyAccessRules 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 NewAPIKeyAccessRulesWithDefaults() *APIKeyAccessRules
NewAPIKeyAccessRulesWithDefaults instantiates a new APIKeyAccessRules 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 *APIKeyAccessRules) GetAlg() string
GetAlg returns the Alg field if non-nil, zero value otherwise.
func (o *APIKeyAccessRules) GetAlgOk() (*string, bool)
GetAlgOk returns a tuple with the Alg field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *APIKeyAccessRules) SetAlg(v string)
SetAlg sets Alg field to given value.
func (o *APIKeyAccessRules) HasAlg() bool
HasAlg returns a boolean if a field has been set.
func (o *APIKeyAccessRules) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *APIKeyAccessRules) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *APIKeyAccessRules) SetKey(v string)
SetKey sets Key field to given value.
func (o *APIKeyAccessRules) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *APIKeyAccessRules) GetModificationDate() time.Time
GetModificationDate returns the ModificationDate field if non-nil, zero value otherwise.
func (o *APIKeyAccessRules) GetModificationDateOk() (*time.Time, bool)
GetModificationDateOk returns a tuple with the ModificationDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *APIKeyAccessRules) SetModificationDate(v time.Time)
SetModificationDate sets ModificationDate field to given value.
func (o *APIKeyAccessRules) HasModificationDate() bool
HasModificationDate returns a boolean if a field has been set.