Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.04 KB

ApiComponentDetailsResultDTOV2.md

File metadata and controls

56 lines (31 loc) · 2.04 KB

ApiComponentDetailsResultDTOV2

Properties

Name Type Description Notes
ComponentDetails Pointer to []ApiComponentDetailsDTOV2 [optional]

Methods

NewApiComponentDetailsResultDTOV2

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

NewApiComponentDetailsResultDTOV2WithDefaults

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

GetComponentDetails

func (o *ApiComponentDetailsResultDTOV2) GetComponentDetails() []ApiComponentDetailsDTOV2

GetComponentDetails returns the ComponentDetails field if non-nil, zero value otherwise.

GetComponentDetailsOk

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.

SetComponentDetails

func (o *ApiComponentDetailsResultDTOV2) SetComponentDetails(v []ApiComponentDetailsDTOV2)

SetComponentDetails sets ComponentDetails field to given value.

HasComponentDetails

func (o *ApiComponentDetailsResultDTOV2) HasComponentDetails() bool

HasComponentDetails returns a boolean if a field has been set.

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