Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.33 KB

CertificateAnalyticAggregation.md

File metadata and controls

108 lines (59 loc) · 3.33 KB

CertificateAnalyticAggregation

Properties

Name Type Description Notes
AccountId Pointer to string [optional]
CaCounts Pointer to map[string]int32 [optional]
RiskCounts Pointer to map[string]int32 [optional]

Methods

NewCertificateAnalyticAggregation

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

NewCertificateAnalyticAggregationWithDefaults

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

GetAccountId

func (o *CertificateAnalyticAggregation) GetAccountId() string

GetAccountId returns the AccountId field if non-nil, zero value otherwise.

GetAccountIdOk

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.

SetAccountId

func (o *CertificateAnalyticAggregation) SetAccountId(v string)

SetAccountId sets AccountId field to given value.

HasAccountId

func (o *CertificateAnalyticAggregation) HasAccountId() bool

HasAccountId returns a boolean if a field has been set.

GetCaCounts

func (o *CertificateAnalyticAggregation) GetCaCounts() map[string]int32

GetCaCounts returns the CaCounts field if non-nil, zero value otherwise.

GetCaCountsOk

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.

SetCaCounts

func (o *CertificateAnalyticAggregation) SetCaCounts(v map[string]int32)

SetCaCounts sets CaCounts field to given value.

HasCaCounts

func (o *CertificateAnalyticAggregation) HasCaCounts() bool

HasCaCounts returns a boolean if a field has been set.

GetRiskCounts

func (o *CertificateAnalyticAggregation) GetRiskCounts() map[string]int32

GetRiskCounts returns the RiskCounts field if non-nil, zero value otherwise.

GetRiskCountsOk

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.

SetRiskCounts

func (o *CertificateAnalyticAggregation) SetRiskCounts(v map[string]int32)

SetRiskCounts sets RiskCounts field to given value.

HasRiskCounts

func (o *CertificateAnalyticAggregation) HasRiskCounts() bool

HasRiskCounts returns a boolean if a field has been set.

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