Skip to content

Latest commit

 

History

History
238 lines (129 loc) · 5.79 KB

BundleDescr.md

File metadata and controls

238 lines (129 loc) · 5.79 KB

BundleDescr

Properties

Name Type Description Notes
Id Pointer to int64 [optional]
Level Pointer to string [optional]
Location Pointer to string [optional]
Name Pointer to string [optional]
State Pointer to string [optional]
SymbolicName Pointer to string [optional]
UpdateLocation Pointer to string [optional]
Version Pointer to string [optional]

Methods

NewBundleDescr

func NewBundleDescr() *BundleDescr

NewBundleDescr instantiates a new BundleDescr 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

NewBundleDescrWithDefaults

func NewBundleDescrWithDefaults() *BundleDescr

NewBundleDescrWithDefaults instantiates a new BundleDescr 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

GetId

func (o *BundleDescr) GetId() int64

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *BundleDescr) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetId

func (o *BundleDescr) SetId(v int64)

SetId sets Id field to given value.

HasId

func (o *BundleDescr) HasId() bool

HasId returns a boolean if a field has been set.

GetLevel

func (o *BundleDescr) GetLevel() string

GetLevel returns the Level field if non-nil, zero value otherwise.

GetLevelOk

func (o *BundleDescr) GetLevelOk() (*string, bool)

GetLevelOk returns a tuple with the Level field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLevel

func (o *BundleDescr) SetLevel(v string)

SetLevel sets Level field to given value.

HasLevel

func (o *BundleDescr) HasLevel() bool

HasLevel returns a boolean if a field has been set.

GetLocation

func (o *BundleDescr) GetLocation() string

GetLocation returns the Location field if non-nil, zero value otherwise.

GetLocationOk

func (o *BundleDescr) GetLocationOk() (*string, bool)

GetLocationOk returns a tuple with the Location field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLocation

func (o *BundleDescr) SetLocation(v string)

SetLocation sets Location field to given value.

HasLocation

func (o *BundleDescr) HasLocation() bool

HasLocation returns a boolean if a field has been set.

GetName

func (o *BundleDescr) GetName() string

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

GetNameOk

func (o *BundleDescr) 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 *BundleDescr) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *BundleDescr) HasName() bool

HasName returns a boolean if a field has been set.

GetState

func (o *BundleDescr) GetState() string

GetState returns the State field if non-nil, zero value otherwise.

GetStateOk

func (o *BundleDescr) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetState

func (o *BundleDescr) SetState(v string)

SetState sets State field to given value.

HasState

func (o *BundleDescr) HasState() bool

HasState returns a boolean if a field has been set.

GetSymbolicName

func (o *BundleDescr) GetSymbolicName() string

GetSymbolicName returns the SymbolicName field if non-nil, zero value otherwise.

GetSymbolicNameOk

func (o *BundleDescr) GetSymbolicNameOk() (*string, bool)

GetSymbolicNameOk returns a tuple with the SymbolicName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSymbolicName

func (o *BundleDescr) SetSymbolicName(v string)

SetSymbolicName sets SymbolicName field to given value.

HasSymbolicName

func (o *BundleDescr) HasSymbolicName() bool

HasSymbolicName returns a boolean if a field has been set.

GetUpdateLocation

func (o *BundleDescr) GetUpdateLocation() string

GetUpdateLocation returns the UpdateLocation field if non-nil, zero value otherwise.

GetUpdateLocationOk

func (o *BundleDescr) GetUpdateLocationOk() (*string, bool)

GetUpdateLocationOk returns a tuple with the UpdateLocation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUpdateLocation

func (o *BundleDescr) SetUpdateLocation(v string)

SetUpdateLocation sets UpdateLocation field to given value.

HasUpdateLocation

func (o *BundleDescr) HasUpdateLocation() bool

HasUpdateLocation returns a boolean if a field has been set.

GetVersion

func (o *BundleDescr) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *BundleDescr) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetVersion

func (o *BundleDescr) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *BundleDescr) HasVersion() bool

HasVersion returns a boolean if a field has been set.

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