Name | Type | Description | Notes |
---|---|---|---|
Format | Pointer to string | [optional] [readonly] | |
FormatUrl | Pointer to string | [optional] [readonly] | |
Name | string | ||
SelfUrl | Pointer to string | [optional] [readonly] | |
Slug | Pointer to string | The slug identifier for this distribution | [optional] [readonly] |
Variants | Pointer to NullableString | [optional] | |
Versions | Pointer to []DistributionVersion | A list of the versions for this distribution | [optional] [readonly] |
func NewDistributionFull(name string, ) *DistributionFull
NewDistributionFull instantiates a new DistributionFull 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 NewDistributionFullWithDefaults() *DistributionFull
NewDistributionFullWithDefaults instantiates a new DistributionFull 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 *DistributionFull) GetFormat() string
GetFormat returns the Format field if non-nil, zero value otherwise.
func (o *DistributionFull) GetFormatOk() (*string, bool)
GetFormatOk returns a tuple with the Format field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DistributionFull) SetFormat(v string)
SetFormat sets Format field to given value.
func (o *DistributionFull) HasFormat() bool
HasFormat returns a boolean if a field has been set.
func (o *DistributionFull) GetFormatUrl() string
GetFormatUrl returns the FormatUrl field if non-nil, zero value otherwise.
func (o *DistributionFull) GetFormatUrlOk() (*string, bool)
GetFormatUrlOk returns a tuple with the FormatUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DistributionFull) SetFormatUrl(v string)
SetFormatUrl sets FormatUrl field to given value.
func (o *DistributionFull) HasFormatUrl() bool
HasFormatUrl returns a boolean if a field has been set.
func (o *DistributionFull) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *DistributionFull) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DistributionFull) SetName(v string)
SetName sets Name field to given value.
func (o *DistributionFull) GetSelfUrl() string
GetSelfUrl returns the SelfUrl field if non-nil, zero value otherwise.
func (o *DistributionFull) GetSelfUrlOk() (*string, bool)
GetSelfUrlOk returns a tuple with the SelfUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DistributionFull) SetSelfUrl(v string)
SetSelfUrl sets SelfUrl field to given value.
func (o *DistributionFull) HasSelfUrl() bool
HasSelfUrl returns a boolean if a field has been set.
func (o *DistributionFull) GetSlug() string
GetSlug returns the Slug field if non-nil, zero value otherwise.
func (o *DistributionFull) GetSlugOk() (*string, bool)
GetSlugOk returns a tuple with the Slug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DistributionFull) SetSlug(v string)
SetSlug sets Slug field to given value.
func (o *DistributionFull) HasSlug() bool
HasSlug returns a boolean if a field has been set.
func (o *DistributionFull) GetVariants() string
GetVariants returns the Variants field if non-nil, zero value otherwise.
func (o *DistributionFull) GetVariantsOk() (*string, bool)
GetVariantsOk returns a tuple with the Variants field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DistributionFull) SetVariants(v string)
SetVariants sets Variants field to given value.
func (o *DistributionFull) HasVariants() bool
HasVariants returns a boolean if a field has been set.
func (o *DistributionFull) SetVariantsNil(b bool)
SetVariantsNil sets the value for Variants to be an explicit nil
func (o *DistributionFull) UnsetVariants()
UnsetVariants ensures that no value is present for Variants, not even an explicit nil
func (o *DistributionFull) GetVersions() []DistributionVersion
GetVersions returns the Versions field if non-nil, zero value otherwise.
func (o *DistributionFull) GetVersionsOk() (*[]DistributionVersion, bool)
GetVersionsOk returns a tuple with the Versions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DistributionFull) SetVersions(v []DistributionVersion)
SetVersions sets Versions field to given value.
func (o *DistributionFull) HasVersions() bool
HasVersions returns a boolean if a field has been set.