Name | Type | Description | Notes |
---|---|---|---|
CertExpiry | int64 | ||
CertStart | int64 | ||
Username | string |
func NewClientCertParams(certExpiry int64, certStart int64, username string, ) *ClientCertParams
NewClientCertParams instantiates a new ClientCertParams 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 NewClientCertParamsWithDefaults() *ClientCertParams
NewClientCertParamsWithDefaults instantiates a new ClientCertParams 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 *ClientCertParams) GetCertExpiry() int64
GetCertExpiry returns the CertExpiry field if non-nil, zero value otherwise.
func (o *ClientCertParams) GetCertExpiryOk() (*int64, bool)
GetCertExpiryOk returns a tuple with the CertExpiry field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClientCertParams) SetCertExpiry(v int64)
SetCertExpiry sets CertExpiry field to given value.
func (o *ClientCertParams) GetCertStart() int64
GetCertStart returns the CertStart field if non-nil, zero value otherwise.
func (o *ClientCertParams) GetCertStartOk() (*int64, bool)
GetCertStartOk returns a tuple with the CertStart field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClientCertParams) SetCertStart(v int64)
SetCertStart sets CertStart field to given value.
func (o *ClientCertParams) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *ClientCertParams) 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 *ClientCertParams) SetUsername(v string)
SetUsername sets Username field to given value.