Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.07 KB

CategorizationCheckResults.md

File metadata and controls

51 lines (28 loc) · 2.07 KB

CategorizationCheckResults

Properties

Name Type Description Notes
CategorizationCheckResult []CategorizationCheckResult <strong>Type:</strong> CategorizationCheckResult<br/> List of results

Methods

NewCategorizationCheckResults

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

NewCategorizationCheckResultsWithDefaults

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

GetCategorizationCheckResult

func (o *CategorizationCheckResults) GetCategorizationCheckResult() []CategorizationCheckResult

GetCategorizationCheckResult returns the CategorizationCheckResult field if non-nil, zero value otherwise.

GetCategorizationCheckResultOk

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.

SetCategorizationCheckResult

func (o *CategorizationCheckResults) SetCategorizationCheckResult(v []CategorizationCheckResult)

SetCategorizationCheckResult sets CategorizationCheckResult field to given value.

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