Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.18 KB

ApiComponentsInQuarantineDTO.md

File metadata and controls

56 lines (31 loc) · 2.18 KB

ApiComponentsInQuarantineDTO

Properties

Name Type Description Notes
ComponentsInQuarantine Pointer to []ApiRepositoryComponentsInQuarantineDTO [optional]

Methods

NewApiComponentsInQuarantineDTO

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

NewApiComponentsInQuarantineDTOWithDefaults

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

GetComponentsInQuarantine

func (o *ApiComponentsInQuarantineDTO) GetComponentsInQuarantine() []ApiRepositoryComponentsInQuarantineDTO

GetComponentsInQuarantine returns the ComponentsInQuarantine field if non-nil, zero value otherwise.

GetComponentsInQuarantineOk

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.

SetComponentsInQuarantine

func (o *ApiComponentsInQuarantineDTO) SetComponentsInQuarantine(v []ApiRepositoryComponentsInQuarantineDTO)

SetComponentsInQuarantine sets ComponentsInQuarantine field to given value.

HasComponentsInQuarantine

func (o *ApiComponentsInQuarantineDTO) HasComponentsInQuarantine() bool

HasComponentsInQuarantine returns a boolean if a field has been set.

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