Name | Type | Description | Notes |
---|---|---|---|
CategorizationCheckResult | []CategorizationCheckResult | <strong>Type:</strong> CategorizationCheckResult<br/> List of results |
func NewCategorizationCheckResults(categorizationCheckResult []CategorizationCheckResult, ) *CategorizationCheckResults
NewCategorizationCheckResults instantiates a new CategorizationCheckResults 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 NewCategorizationCheckResultsWithDefaults() *CategorizationCheckResults
NewCategorizationCheckResultsWithDefaults instantiates a new CategorizationCheckResults 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 *CategorizationCheckResults) GetCategorizationCheckResult() []CategorizationCheckResult
GetCategorizationCheckResult returns the CategorizationCheckResult field if non-nil, zero value otherwise.
func (o *CategorizationCheckResults) GetCategorizationCheckResultOk() (*[]CategorizationCheckResult, bool)
GetCategorizationCheckResultOk returns a tuple with the CategorizationCheckResult field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CategorizationCheckResults) SetCategorizationCheckResult(v []CategorizationCheckResult)
SetCategorizationCheckResult sets CategorizationCheckResult field to given value.