Name | Type | Description | Notes |
---|---|---|---|
Active | bool | ||
Contents | Pointer to string | Path to CA Certificate | [optional] |
CreatedTime | Pointer to time.Time | Date when certificate was added. | [optional] |
CustomerId | string | ||
ExpiryDate | Pointer to time.Time | End date of certificate validity. | [optional] |
Id | string | ||
Name | string | ||
StartDate | Pointer to time.Time | Start date of certificate validity. | [optional] |
func NewCustomCaCertificateInfo(active bool, customerId string, id string, name string, ) *CustomCaCertificateInfo
NewCustomCaCertificateInfo instantiates a new CustomCaCertificateInfo 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 NewCustomCaCertificateInfoWithDefaults() *CustomCaCertificateInfo
NewCustomCaCertificateInfoWithDefaults instantiates a new CustomCaCertificateInfo 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 *CustomCaCertificateInfo) GetActive() bool
GetActive returns the Active field if non-nil, zero value otherwise.
func (o *CustomCaCertificateInfo) GetActiveOk() (*bool, bool)
GetActiveOk returns a tuple with the Active field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomCaCertificateInfo) SetActive(v bool)
SetActive sets Active field to given value.
func (o *CustomCaCertificateInfo) GetContents() string
GetContents returns the Contents field if non-nil, zero value otherwise.
func (o *CustomCaCertificateInfo) GetContentsOk() (*string, bool)
GetContentsOk returns a tuple with the Contents field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomCaCertificateInfo) SetContents(v string)
SetContents sets Contents field to given value.
func (o *CustomCaCertificateInfo) HasContents() bool
HasContents returns a boolean if a field has been set.
func (o *CustomCaCertificateInfo) GetCreatedTime() time.Time
GetCreatedTime returns the CreatedTime field if non-nil, zero value otherwise.
func (o *CustomCaCertificateInfo) GetCreatedTimeOk() (*time.Time, bool)
GetCreatedTimeOk returns a tuple with the CreatedTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomCaCertificateInfo) SetCreatedTime(v time.Time)
SetCreatedTime sets CreatedTime field to given value.
func (o *CustomCaCertificateInfo) HasCreatedTime() bool
HasCreatedTime returns a boolean if a field has been set.
func (o *CustomCaCertificateInfo) GetCustomerId() string
GetCustomerId returns the CustomerId field if non-nil, zero value otherwise.
func (o *CustomCaCertificateInfo) GetCustomerIdOk() (*string, bool)
GetCustomerIdOk returns a tuple with the CustomerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomCaCertificateInfo) SetCustomerId(v string)
SetCustomerId sets CustomerId field to given value.
func (o *CustomCaCertificateInfo) GetExpiryDate() time.Time
GetExpiryDate returns the ExpiryDate field if non-nil, zero value otherwise.
func (o *CustomCaCertificateInfo) GetExpiryDateOk() (*time.Time, bool)
GetExpiryDateOk returns a tuple with the ExpiryDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomCaCertificateInfo) SetExpiryDate(v time.Time)
SetExpiryDate sets ExpiryDate field to given value.
func (o *CustomCaCertificateInfo) HasExpiryDate() bool
HasExpiryDate returns a boolean if a field has been set.
func (o *CustomCaCertificateInfo) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CustomCaCertificateInfo) GetIdOk() (*string, 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 *CustomCaCertificateInfo) SetId(v string)
SetId sets Id field to given value.
func (o *CustomCaCertificateInfo) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CustomCaCertificateInfo) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomCaCertificateInfo) SetName(v string)
SetName sets Name field to given value.
func (o *CustomCaCertificateInfo) GetStartDate() time.Time
GetStartDate returns the StartDate field if non-nil, zero value otherwise.
func (o *CustomCaCertificateInfo) GetStartDateOk() (*time.Time, bool)
GetStartDateOk returns a tuple with the StartDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomCaCertificateInfo) SetStartDate(v time.Time)
SetStartDate sets StartDate field to given value.
func (o *CustomCaCertificateInfo) HasStartDate() bool
HasStartDate returns a boolean if a field has been set.