Name | Type | Description | Notes |
---|---|---|---|
Dependencies | bool | If true the package format supports dependencies | |
Distributions | bool | If true the package format supports distributions | |
FileLists | bool | If true the package format supports file lists | |
Metadata | bool | If true the package format supports metadata | |
Upstreams | FormatSupportUpstream | ||
Versioning | bool | If true the package format supports versioning |
func NewFormatSupport(dependencies bool, distributions bool, fileLists bool, metadata bool, upstreams FormatSupportUpstream, versioning bool, ) *FormatSupport
NewFormatSupport instantiates a new FormatSupport 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 NewFormatSupportWithDefaults() *FormatSupport
NewFormatSupportWithDefaults instantiates a new FormatSupport 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 *FormatSupport) GetDependencies() bool
GetDependencies returns the Dependencies field if non-nil, zero value otherwise.
func (o *FormatSupport) GetDependenciesOk() (*bool, 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 *FormatSupport) SetDependencies(v bool)
SetDependencies sets Dependencies field to given value.
func (o *FormatSupport) GetDistributions() bool
GetDistributions returns the Distributions field if non-nil, zero value otherwise.
func (o *FormatSupport) GetDistributionsOk() (*bool, bool)
GetDistributionsOk returns a tuple with the Distributions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormatSupport) SetDistributions(v bool)
SetDistributions sets Distributions field to given value.
func (o *FormatSupport) GetFileLists() bool
GetFileLists returns the FileLists field if non-nil, zero value otherwise.
func (o *FormatSupport) GetFileListsOk() (*bool, bool)
GetFileListsOk returns a tuple with the FileLists field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormatSupport) SetFileLists(v bool)
SetFileLists sets FileLists field to given value.
func (o *FormatSupport) GetMetadata() bool
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *FormatSupport) GetMetadataOk() (*bool, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormatSupport) SetMetadata(v bool)
SetMetadata sets Metadata field to given value.
func (o *FormatSupport) GetUpstreams() FormatSupportUpstream
GetUpstreams returns the Upstreams field if non-nil, zero value otherwise.
func (o *FormatSupport) GetUpstreamsOk() (*FormatSupportUpstream, bool)
GetUpstreamsOk returns a tuple with the Upstreams field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormatSupport) SetUpstreams(v FormatSupportUpstream)
SetUpstreams sets Upstreams field to given value.
func (o *FormatSupport) GetVersioning() bool
GetVersioning returns the Versioning field if non-nil, zero value otherwise.
func (o *FormatSupport) GetVersioningOk() (*bool, bool)
GetVersioningOk returns a tuple with the Versioning field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormatSupport) SetVersioning(v bool)
SetVersioning sets Versioning field to given value.