Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 5.06 KB

ComponentXO.md

File metadata and controls

212 lines (115 loc) · 5.06 KB

ComponentXO

Properties

Name Type Description Notes
Assets Pointer to []AssetXO [optional]
Format Pointer to string [optional]
Group Pointer to string [optional]
Id Pointer to string [optional]
Name Pointer to string [optional]
Repository Pointer to string [optional]
Version Pointer to string [optional]

Methods

NewComponentXO

func NewComponentXO() *ComponentXO

NewComponentXO instantiates a new ComponentXO 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

NewComponentXOWithDefaults

func NewComponentXOWithDefaults() *ComponentXO

NewComponentXOWithDefaults instantiates a new ComponentXO 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

GetAssets

func (o *ComponentXO) GetAssets() []AssetXO

GetAssets returns the Assets field if non-nil, zero value otherwise.

GetAssetsOk

func (o *ComponentXO) GetAssetsOk() (*[]AssetXO, bool)

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

SetAssets

func (o *ComponentXO) SetAssets(v []AssetXO)

SetAssets sets Assets field to given value.

HasAssets

func (o *ComponentXO) HasAssets() bool

HasAssets returns a boolean if a field has been set.

GetFormat

func (o *ComponentXO) GetFormat() string

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

GetFormatOk

func (o *ComponentXO) 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 *ComponentXO) SetFormat(v string)

SetFormat sets Format field to given value.

HasFormat

func (o *ComponentXO) HasFormat() bool

HasFormat returns a boolean if a field has been set.

GetGroup

func (o *ComponentXO) GetGroup() string

GetGroup returns the Group field if non-nil, zero value otherwise.

GetGroupOk

func (o *ComponentXO) GetGroupOk() (*string, bool)

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

SetGroup

func (o *ComponentXO) SetGroup(v string)

SetGroup sets Group field to given value.

HasGroup

func (o *ComponentXO) HasGroup() bool

HasGroup returns a boolean if a field has been set.

GetId

func (o *ComponentXO) GetId() string

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

GetIdOk

func (o *ComponentXO) GetIdOk() (*string, 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 *ComponentXO) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ComponentXO) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *ComponentXO) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

HasName

func (o *ComponentXO) HasName() bool

HasName returns a boolean if a field has been set.

GetRepository

func (o *ComponentXO) GetRepository() string

GetRepository returns the Repository field if non-nil, zero value otherwise.

GetRepositoryOk

func (o *ComponentXO) GetRepositoryOk() (*string, bool)

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

SetRepository

func (o *ComponentXO) SetRepository(v string)

SetRepository sets Repository field to given value.

HasRepository

func (o *ComponentXO) HasRepository() bool

HasRepository returns a boolean if a field has been set.

GetVersion

func (o *ComponentXO) GetVersion() string

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

GetVersionOk

func (o *ComponentXO) 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 *ComponentXO) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *ComponentXO) HasVersion() bool

HasVersion returns a boolean if a field has been set.

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