| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int64 | [optional] | |
| OperationStart | Pointer to NullableTime | [optional] | |
| OperationEnd | Pointer to NullableTime | [optional] | |
| Username | Pointer to NullableString | [optional] | |
| Comment | Pointer to NullableString | [optional] | |
| Action | Pointer to NullableString | [optional] |
func NewCSSCMSDataModelModelsPKICertificateOperation() *CSSCMSDataModelModelsPKICertificateOperation
NewCSSCMSDataModelModelsPKICertificateOperation instantiates a new CSSCMSDataModelModelsPKICertificateOperation 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 NewCSSCMSDataModelModelsPKICertificateOperationWithDefaults() *CSSCMSDataModelModelsPKICertificateOperation
NewCSSCMSDataModelModelsPKICertificateOperationWithDefaults instantiates a new CSSCMSDataModelModelsPKICertificateOperation 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 *CSSCMSDataModelModelsPKICertificateOperation) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsPKICertificateOperation) 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 *CSSCMSDataModelModelsPKICertificateOperation) SetId(v int64)
SetId sets Id field to given value.
func (o *CSSCMSDataModelModelsPKICertificateOperation) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsPKICertificateOperation) GetOperationStart() time.Time
GetOperationStart returns the OperationStart field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsPKICertificateOperation) 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 *CSSCMSDataModelModelsPKICertificateOperation) SetOperationStart(v time.Time)
SetOperationStart sets OperationStart field to given value.
func (o *CSSCMSDataModelModelsPKICertificateOperation) HasOperationStart() bool
HasOperationStart returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsPKICertificateOperation) SetOperationStartNil(b bool)
SetOperationStartNil sets the value for OperationStart to be an explicit nil
func (o *CSSCMSDataModelModelsPKICertificateOperation) UnsetOperationStart()
UnsetOperationStart ensures that no value is present for OperationStart, not even an explicit nil
func (o *CSSCMSDataModelModelsPKICertificateOperation) GetOperationEnd() time.Time
GetOperationEnd returns the OperationEnd field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsPKICertificateOperation) 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 *CSSCMSDataModelModelsPKICertificateOperation) SetOperationEnd(v time.Time)
SetOperationEnd sets OperationEnd field to given value.
func (o *CSSCMSDataModelModelsPKICertificateOperation) HasOperationEnd() bool
HasOperationEnd returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsPKICertificateOperation) SetOperationEndNil(b bool)
SetOperationEndNil sets the value for OperationEnd to be an explicit nil
func (o *CSSCMSDataModelModelsPKICertificateOperation) UnsetOperationEnd()
UnsetOperationEnd ensures that no value is present for OperationEnd, not even an explicit nil
func (o *CSSCMSDataModelModelsPKICertificateOperation) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsPKICertificateOperation) 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 *CSSCMSDataModelModelsPKICertificateOperation) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *CSSCMSDataModelModelsPKICertificateOperation) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsPKICertificateOperation) SetUsernameNil(b bool)
SetUsernameNil sets the value for Username to be an explicit nil
func (o *CSSCMSDataModelModelsPKICertificateOperation) UnsetUsername()
UnsetUsername ensures that no value is present for Username, not even an explicit nil
func (o *CSSCMSDataModelModelsPKICertificateOperation) GetComment() string
GetComment returns the Comment field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsPKICertificateOperation) 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 *CSSCMSDataModelModelsPKICertificateOperation) SetComment(v string)
SetComment sets Comment field to given value.
func (o *CSSCMSDataModelModelsPKICertificateOperation) HasComment() bool
HasComment returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsPKICertificateOperation) SetCommentNil(b bool)
SetCommentNil sets the value for Comment to be an explicit nil
func (o *CSSCMSDataModelModelsPKICertificateOperation) UnsetComment()
UnsetComment ensures that no value is present for Comment, not even an explicit nil
func (o *CSSCMSDataModelModelsPKICertificateOperation) GetAction() string
GetAction returns the Action field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsPKICertificateOperation) 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 *CSSCMSDataModelModelsPKICertificateOperation) SetAction(v string)
SetAction sets Action field to given value.
func (o *CSSCMSDataModelModelsPKICertificateOperation) HasAction() bool
HasAction returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsPKICertificateOperation) SetActionNil(b bool)
SetActionNil sets the value for Action to be an explicit nil
func (o *CSSCMSDataModelModelsPKICertificateOperation) UnsetAction()
UnsetAction ensures that no value is present for Action, not even an explicit nil