Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int64 | [optional] | |
OperationStart | Pointer to time.Time | [optional] | |
OperationEnd | Pointer to time.Time | [optional] | |
Username | Pointer to string | [optional] | |
Comment | Pointer to string | [optional] | |
Action | Pointer to string | [optional] |
func NewModelsPKICertificateOperation() *ModelsPKICertificateOperation
NewModelsPKICertificateOperation instantiates a new ModelsPKICertificateOperation 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 NewModelsPKICertificateOperationWithDefaults() *ModelsPKICertificateOperation
NewModelsPKICertificateOperationWithDefaults instantiates a new ModelsPKICertificateOperation 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 *ModelsPKICertificateOperation) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ModelsPKICertificateOperation) GetIdOk() (*int64, 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.
func (o *ModelsPKICertificateOperation) SetId(v int64)
SetId sets Id field to given value.
func (o *ModelsPKICertificateOperation) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ModelsPKICertificateOperation) GetOperationStart() time.Time
GetOperationStart returns the OperationStart field if non-nil, zero value otherwise.
func (o *ModelsPKICertificateOperation) GetOperationStartOk() (*time.Time, bool)
GetOperationStartOk returns a tuple with the OperationStart field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsPKICertificateOperation) SetOperationStart(v time.Time)
SetOperationStart sets OperationStart field to given value.
func (o *ModelsPKICertificateOperation) HasOperationStart() bool
HasOperationStart returns a boolean if a field has been set.
func (o *ModelsPKICertificateOperation) GetOperationEnd() time.Time
GetOperationEnd returns the OperationEnd field if non-nil, zero value otherwise.
func (o *ModelsPKICertificateOperation) GetOperationEndOk() (*time.Time, bool)
GetOperationEndOk returns a tuple with the OperationEnd field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsPKICertificateOperation) SetOperationEnd(v time.Time)
SetOperationEnd sets OperationEnd field to given value.
func (o *ModelsPKICertificateOperation) HasOperationEnd() bool
HasOperationEnd returns a boolean if a field has been set.
func (o *ModelsPKICertificateOperation) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *ModelsPKICertificateOperation) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsPKICertificateOperation) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *ModelsPKICertificateOperation) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (o *ModelsPKICertificateOperation) GetComment() string
GetComment returns the Comment field if non-nil, zero value otherwise.
func (o *ModelsPKICertificateOperation) GetCommentOk() (*string, bool)
GetCommentOk returns a tuple with the Comment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsPKICertificateOperation) SetComment(v string)
SetComment sets Comment field to given value.
func (o *ModelsPKICertificateOperation) HasComment() bool
HasComment returns a boolean if a field has been set.
func (o *ModelsPKICertificateOperation) GetAction() string
GetAction returns the Action field if non-nil, zero value otherwise.
func (o *ModelsPKICertificateOperation) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsPKICertificateOperation) SetAction(v string)
SetAction sets Action field to given value.
func (o *ModelsPKICertificateOperation) HasAction() bool
HasAction returns a boolean if a field has been set.