Name | Type | Description | Notes |
---|---|---|---|
Children | Pointer to []ApiDependencyTreeNodeDTO | [optional] | |
ComponentIdentifier | Pointer to ApiComponentIdentifierDTOV2 | [optional] | |
Direct | Pointer to bool | [optional] | |
PackageUrl | Pointer to string | [optional] |
func NewApiDependencyTreeNodeDTO() *ApiDependencyTreeNodeDTO
NewApiDependencyTreeNodeDTO instantiates a new ApiDependencyTreeNodeDTO 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 NewApiDependencyTreeNodeDTOWithDefaults() *ApiDependencyTreeNodeDTO
NewApiDependencyTreeNodeDTOWithDefaults instantiates a new ApiDependencyTreeNodeDTO 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 *ApiDependencyTreeNodeDTO) GetChildren() []ApiDependencyTreeNodeDTO
GetChildren returns the Children field if non-nil, zero value otherwise.
func (o *ApiDependencyTreeNodeDTO) GetChildrenOk() (*[]ApiDependencyTreeNodeDTO, bool)
GetChildrenOk returns a tuple with the Children field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiDependencyTreeNodeDTO) SetChildren(v []ApiDependencyTreeNodeDTO)
SetChildren sets Children field to given value.
func (o *ApiDependencyTreeNodeDTO) HasChildren() bool
HasChildren returns a boolean if a field has been set.
func (o *ApiDependencyTreeNodeDTO) GetComponentIdentifier() ApiComponentIdentifierDTOV2
GetComponentIdentifier returns the ComponentIdentifier field if non-nil, zero value otherwise.
func (o *ApiDependencyTreeNodeDTO) GetComponentIdentifierOk() (*ApiComponentIdentifierDTOV2, bool)
GetComponentIdentifierOk returns a tuple with the ComponentIdentifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiDependencyTreeNodeDTO) SetComponentIdentifier(v ApiComponentIdentifierDTOV2)
SetComponentIdentifier sets ComponentIdentifier field to given value.
func (o *ApiDependencyTreeNodeDTO) HasComponentIdentifier() bool
HasComponentIdentifier returns a boolean if a field has been set.
func (o *ApiDependencyTreeNodeDTO) GetDirect() bool
GetDirect returns the Direct field if non-nil, zero value otherwise.
func (o *ApiDependencyTreeNodeDTO) GetDirectOk() (*bool, bool)
GetDirectOk returns a tuple with the Direct field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiDependencyTreeNodeDTO) SetDirect(v bool)
SetDirect sets Direct field to given value.
func (o *ApiDependencyTreeNodeDTO) HasDirect() bool
HasDirect returns a boolean if a field has been set.
func (o *ApiDependencyTreeNodeDTO) GetPackageUrl() string
GetPackageUrl returns the PackageUrl field if non-nil, zero value otherwise.
func (o *ApiDependencyTreeNodeDTO) GetPackageUrlOk() (*string, bool)
GetPackageUrlOk returns a tuple with the PackageUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiDependencyTreeNodeDTO) SetPackageUrl(v string)
SetPackageUrl sets PackageUrl field to given value.
func (o *ApiDependencyTreeNodeDTO) HasPackageUrl() bool
HasPackageUrl returns a boolean if a field has been set.