Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.31 KB

ModelsPKICertificateOperation.md

File metadata and controls

186 lines (101 loc) · 5.31 KB

ModelsPKICertificateOperation

Properties

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]

Methods

NewModelsPKICertificateOperation

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

NewModelsPKICertificateOperationWithDefaults

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

GetId

func (o *ModelsPKICertificateOperation) GetId() int64

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

GetIdOk

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.

SetId

func (o *ModelsPKICertificateOperation) SetId(v int64)

SetId sets Id field to given value.

HasId

func (o *ModelsPKICertificateOperation) HasId() bool

HasId returns a boolean if a field has been set.

GetOperationStart

func (o *ModelsPKICertificateOperation) GetOperationStart() time.Time

GetOperationStart returns the OperationStart field if non-nil, zero value otherwise.

GetOperationStartOk

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.

SetOperationStart

func (o *ModelsPKICertificateOperation) SetOperationStart(v time.Time)

SetOperationStart sets OperationStart field to given value.

HasOperationStart

func (o *ModelsPKICertificateOperation) HasOperationStart() bool

HasOperationStart returns a boolean if a field has been set.

GetOperationEnd

func (o *ModelsPKICertificateOperation) GetOperationEnd() time.Time

GetOperationEnd returns the OperationEnd field if non-nil, zero value otherwise.

GetOperationEndOk

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.

SetOperationEnd

func (o *ModelsPKICertificateOperation) SetOperationEnd(v time.Time)

SetOperationEnd sets OperationEnd field to given value.

HasOperationEnd

func (o *ModelsPKICertificateOperation) HasOperationEnd() bool

HasOperationEnd returns a boolean if a field has been set.

GetUsername

func (o *ModelsPKICertificateOperation) GetUsername() string

GetUsername returns the Username field if non-nil, zero value otherwise.

GetUsernameOk

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.

SetUsername

func (o *ModelsPKICertificateOperation) SetUsername(v string)

SetUsername sets Username field to given value.

HasUsername

func (o *ModelsPKICertificateOperation) HasUsername() bool

HasUsername returns a boolean if a field has been set.

GetComment

func (o *ModelsPKICertificateOperation) GetComment() string

GetComment returns the Comment field if non-nil, zero value otherwise.

GetCommentOk

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.

SetComment

func (o *ModelsPKICertificateOperation) SetComment(v string)

SetComment sets Comment field to given value.

HasComment

func (o *ModelsPKICertificateOperation) HasComment() bool

HasComment returns a boolean if a field has been set.

GetAction

func (o *ModelsPKICertificateOperation) GetAction() string

GetAction returns the Action field if non-nil, zero value otherwise.

GetActionOk

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.

SetAction

func (o *ModelsPKICertificateOperation) SetAction(v string)

SetAction sets Action field to given value.

HasAction

func (o *ModelsPKICertificateOperation) HasAction() bool

HasAction returns a boolean if a field has been set.

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