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] |
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
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
func (o *ComponentXO) GetAssets() []AssetXO
GetAssets returns the Assets field if non-nil, zero value otherwise.
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.
func (o *ComponentXO) SetAssets(v []AssetXO)
SetAssets sets Assets field to given value.
func (o *ComponentXO) HasAssets() bool
HasAssets returns a boolean if a field has been set.
func (o *ComponentXO) GetFormat() string
GetFormat returns the Format field if non-nil, zero value otherwise.
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.
func (o *ComponentXO) SetFormat(v string)
SetFormat sets Format field to given value.
func (o *ComponentXO) HasFormat() bool
HasFormat returns a boolean if a field has been set.
func (o *ComponentXO) GetGroup() string
GetGroup returns the Group field if non-nil, zero value otherwise.
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.
func (o *ComponentXO) SetGroup(v string)
SetGroup sets Group field to given value.
func (o *ComponentXO) HasGroup() bool
HasGroup returns a boolean if a field has been set.
func (o *ComponentXO) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *ComponentXO) SetId(v string)
SetId sets Id field to given value.
func (o *ComponentXO) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ComponentXO) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *ComponentXO) SetName(v string)
SetName sets Name field to given value.
func (o *ComponentXO) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ComponentXO) GetRepository() string
GetRepository returns the Repository field if non-nil, zero value otherwise.
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.
func (o *ComponentXO) SetRepository(v string)
SetRepository sets Repository field to given value.
func (o *ComponentXO) HasRepository() bool
HasRepository returns a boolean if a field has been set.
func (o *ComponentXO) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
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.
func (o *ComponentXO) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *ComponentXO) HasVersion() bool
HasVersion returns a boolean if a field has been set.