Name | Type | Description | Notes |
---|---|---|---|
AccountId | Pointer to string | [optional] | |
CaCounts | Pointer to map[string]int32 | [optional] | |
RiskCounts | Pointer to map[string]int32 | [optional] |
func NewCertificateAnalyticAggregation() *CertificateAnalyticAggregation
NewCertificateAnalyticAggregation instantiates a new CertificateAnalyticAggregation 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 NewCertificateAnalyticAggregationWithDefaults() *CertificateAnalyticAggregation
NewCertificateAnalyticAggregationWithDefaults instantiates a new CertificateAnalyticAggregation 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 *CertificateAnalyticAggregation) GetAccountId() string
GetAccountId returns the AccountId field if non-nil, zero value otherwise.
func (o *CertificateAnalyticAggregation) GetAccountIdOk() (*string, bool)
GetAccountIdOk returns a tuple with the AccountId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateAnalyticAggregation) SetAccountId(v string)
SetAccountId sets AccountId field to given value.
func (o *CertificateAnalyticAggregation) HasAccountId() bool
HasAccountId returns a boolean if a field has been set.
func (o *CertificateAnalyticAggregation) GetCaCounts() map[string]int32
GetCaCounts returns the CaCounts field if non-nil, zero value otherwise.
func (o *CertificateAnalyticAggregation) GetCaCountsOk() (*map[string]int32, bool)
GetCaCountsOk returns a tuple with the CaCounts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateAnalyticAggregation) SetCaCounts(v map[string]int32)
SetCaCounts sets CaCounts field to given value.
func (o *CertificateAnalyticAggregation) HasCaCounts() bool
HasCaCounts returns a boolean if a field has been set.
func (o *CertificateAnalyticAggregation) GetRiskCounts() map[string]int32
GetRiskCounts returns the RiskCounts field if non-nil, zero value otherwise.
func (o *CertificateAnalyticAggregation) GetRiskCountsOk() (*map[string]int32, bool)
GetRiskCountsOk returns a tuple with the RiskCounts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateAnalyticAggregation) SetRiskCounts(v map[string]int32)
SetRiskCounts sets RiskCounts field to given value.
func (o *CertificateAnalyticAggregation) HasRiskCounts() bool
HasRiskCounts returns a boolean if a field has been set.