Skip to content

Latest commit

 

History

History
217 lines (118 loc) · 5.71 KB

DistributionFull.md

File metadata and controls

217 lines (118 loc) · 5.71 KB

DistributionFull

Properties

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]

Methods

NewDistributionFull

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

NewDistributionFullWithDefaults

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

GetFormat

func (o *DistributionFull) GetFormat() string

GetFormat returns the Format field if non-nil, zero value otherwise.

GetFormatOk

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.

SetFormat

func (o *DistributionFull) SetFormat(v string)

SetFormat sets Format field to given value.

HasFormat

func (o *DistributionFull) HasFormat() bool

HasFormat returns a boolean if a field has been set.

GetFormatUrl

func (o *DistributionFull) GetFormatUrl() string

GetFormatUrl returns the FormatUrl field if non-nil, zero value otherwise.

GetFormatUrlOk

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.

SetFormatUrl

func (o *DistributionFull) SetFormatUrl(v string)

SetFormatUrl sets FormatUrl field to given value.

HasFormatUrl

func (o *DistributionFull) HasFormatUrl() bool

HasFormatUrl returns a boolean if a field has been set.

GetName

func (o *DistributionFull) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *DistributionFull) SetName(v string)

SetName sets Name field to given value.

GetSelfUrl

func (o *DistributionFull) GetSelfUrl() string

GetSelfUrl returns the SelfUrl field if non-nil, zero value otherwise.

GetSelfUrlOk

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.

SetSelfUrl

func (o *DistributionFull) SetSelfUrl(v string)

SetSelfUrl sets SelfUrl field to given value.

HasSelfUrl

func (o *DistributionFull) HasSelfUrl() bool

HasSelfUrl returns a boolean if a field has been set.

GetSlug

func (o *DistributionFull) GetSlug() string

GetSlug returns the Slug field if non-nil, zero value otherwise.

GetSlugOk

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.

SetSlug

func (o *DistributionFull) SetSlug(v string)

SetSlug sets Slug field to given value.

HasSlug

func (o *DistributionFull) HasSlug() bool

HasSlug returns a boolean if a field has been set.

GetVariants

func (o *DistributionFull) GetVariants() string

GetVariants returns the Variants field if non-nil, zero value otherwise.

GetVariantsOk

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.

SetVariants

func (o *DistributionFull) SetVariants(v string)

SetVariants sets Variants field to given value.

HasVariants

func (o *DistributionFull) HasVariants() bool

HasVariants returns a boolean if a field has been set.

SetVariantsNil

func (o *DistributionFull) SetVariantsNil(b bool)

SetVariantsNil sets the value for Variants to be an explicit nil

UnsetVariants

func (o *DistributionFull) UnsetVariants()

UnsetVariants ensures that no value is present for Variants, not even an explicit nil

GetVersions

func (o *DistributionFull) GetVersions() []DistributionVersion

GetVersions returns the Versions field if non-nil, zero value otherwise.

GetVersionsOk

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.

SetVersions

func (o *DistributionFull) SetVersions(v []DistributionVersion)

SetVersions sets Versions field to given value.

HasVersions

func (o *DistributionFull) HasVersions() bool

HasVersions returns a boolean if a field has been set.

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