Name | Type | Description | Notes |
---|---|---|---|
ComponentsInQuarantine | Pointer to []ApiRepositoryComponentsInQuarantineDTO | [optional] |
func NewApiComponentsInQuarantineDTO() *ApiComponentsInQuarantineDTO
NewApiComponentsInQuarantineDTO instantiates a new ApiComponentsInQuarantineDTO 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 NewApiComponentsInQuarantineDTOWithDefaults() *ApiComponentsInQuarantineDTO
NewApiComponentsInQuarantineDTOWithDefaults instantiates a new ApiComponentsInQuarantineDTO 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 *ApiComponentsInQuarantineDTO) GetComponentsInQuarantine() []ApiRepositoryComponentsInQuarantineDTO
GetComponentsInQuarantine returns the ComponentsInQuarantine field if non-nil, zero value otherwise.
func (o *ApiComponentsInQuarantineDTO) GetComponentsInQuarantineOk() (*[]ApiRepositoryComponentsInQuarantineDTO, bool)
GetComponentsInQuarantineOk returns a tuple with the ComponentsInQuarantine field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiComponentsInQuarantineDTO) SetComponentsInQuarantine(v []ApiRepositoryComponentsInQuarantineDTO)
SetComponentsInQuarantine sets ComponentsInQuarantine field to given value.
func (o *ApiComponentsInQuarantineDTO) HasComponentsInQuarantine() bool
HasComponentsInQuarantine returns a boolean if a field has been set.