| Name | Type | Description | Notes |
|---|---|---|---|
| Dependencies | []PackageDependency |
func NewPackageDependencies(dependencies []PackageDependency, ) *PackageDependencies
NewPackageDependencies instantiates a new PackageDependencies 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 NewPackageDependenciesWithDefaults() *PackageDependencies
NewPackageDependenciesWithDefaults instantiates a new PackageDependencies 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 *PackageDependencies) GetDependencies() []PackageDependency
GetDependencies returns the Dependencies field if non-nil, zero value otherwise.
func (o *PackageDependencies) GetDependenciesOk() (*[]PackageDependency, bool)
GetDependenciesOk returns a tuple with the Dependencies field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackageDependencies) SetDependencies(v []PackageDependency)
SetDependencies sets Dependencies field to given value.