Name | Type | Description | Notes |
---|---|---|---|
ComponentDetails | Pointer to []ApiComponentDetailsDTOV2 | [optional] |
func NewApiComponentDetailsResultDTOV2() *ApiComponentDetailsResultDTOV2
NewApiComponentDetailsResultDTOV2 instantiates a new ApiComponentDetailsResultDTOV2 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 NewApiComponentDetailsResultDTOV2WithDefaults() *ApiComponentDetailsResultDTOV2
NewApiComponentDetailsResultDTOV2WithDefaults instantiates a new ApiComponentDetailsResultDTOV2 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 *ApiComponentDetailsResultDTOV2) GetComponentDetails() []ApiComponentDetailsDTOV2
GetComponentDetails returns the ComponentDetails field if non-nil, zero value otherwise.
func (o *ApiComponentDetailsResultDTOV2) GetComponentDetailsOk() (*[]ApiComponentDetailsDTOV2, bool)
GetComponentDetailsOk returns a tuple with the ComponentDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiComponentDetailsResultDTOV2) SetComponentDetails(v []ApiComponentDetailsDTOV2)
SetComponentDetails sets ComponentDetails field to given value.
func (o *ApiComponentDetailsResultDTOV2) HasComponentDetails() bool
HasComponentDetails returns a boolean if a field has been set.