Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.97 KB

ApiComponentEvaluationRequestDTOV2.md

File metadata and controls

56 lines (31 loc) · 1.97 KB

ApiComponentEvaluationRequestDTOV2

Properties

Name Type Description Notes
Components Pointer to []ApiComponentDTOV2 [optional]

Methods

NewApiComponentEvaluationRequestDTOV2

func NewApiComponentEvaluationRequestDTOV2() *ApiComponentEvaluationRequestDTOV2

NewApiComponentEvaluationRequestDTOV2 instantiates a new ApiComponentEvaluationRequestDTOV2 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

NewApiComponentEvaluationRequestDTOV2WithDefaults

func NewApiComponentEvaluationRequestDTOV2WithDefaults() *ApiComponentEvaluationRequestDTOV2

NewApiComponentEvaluationRequestDTOV2WithDefaults instantiates a new ApiComponentEvaluationRequestDTOV2 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

GetComponents

func (o *ApiComponentEvaluationRequestDTOV2) GetComponents() []ApiComponentDTOV2

GetComponents returns the Components field if non-nil, zero value otherwise.

GetComponentsOk

func (o *ApiComponentEvaluationRequestDTOV2) GetComponentsOk() (*[]ApiComponentDTOV2, bool)

GetComponentsOk returns a tuple with the Components field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetComponents

func (o *ApiComponentEvaluationRequestDTOV2) SetComponents(v []ApiComponentDTOV2)

SetComponents sets Components field to given value.

HasComponents

func (o *ApiComponentEvaluationRequestDTOV2) HasComponents() bool

HasComponents returns a boolean if a field has been set.

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