Name | Type | Description | Notes |
---|---|---|---|
Content | Pointer to []string | [optional] | |
DefaultRunConfiguration | Pointer to XmlNs0RunConfig | [optional] | |
Description | Pointer to string | [optional] | |
IpfsHash | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
Packages | Pointer to []string | [optional] | |
Published | Pointer to bool | [optional] | |
RootHashOffset | Pointer to string | [optional] | |
Roothash | Pointer to string | [optional] | |
Size | Pointer to string | [optional] | |
Uuid | Pointer to string | [optional] |
func NewXmlNs0Environment() *XmlNs0Environment
NewXmlNs0Environment instantiates a new XmlNs0Environment 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 NewXmlNs0EnvironmentWithDefaults() *XmlNs0Environment
NewXmlNs0EnvironmentWithDefaults instantiates a new XmlNs0Environment 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 *XmlNs0Environment) GetContent() []string
GetContent returns the Content field if non-nil, zero value otherwise.
func (o *XmlNs0Environment) GetContentOk() (*[]string, bool)
GetContentOk returns a tuple with the Content field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XmlNs0Environment) SetContent(v []string)
SetContent sets Content field to given value.
func (o *XmlNs0Environment) HasContent() bool
HasContent returns a boolean if a field has been set.
func (o *XmlNs0Environment) GetDefaultRunConfiguration() XmlNs0RunConfig
GetDefaultRunConfiguration returns the DefaultRunConfiguration field if non-nil, zero value otherwise.
func (o *XmlNs0Environment) GetDefaultRunConfigurationOk() (*XmlNs0RunConfig, bool)
GetDefaultRunConfigurationOk returns a tuple with the DefaultRunConfiguration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XmlNs0Environment) SetDefaultRunConfiguration(v XmlNs0RunConfig)
SetDefaultRunConfiguration sets DefaultRunConfiguration field to given value.
func (o *XmlNs0Environment) HasDefaultRunConfiguration() bool
HasDefaultRunConfiguration returns a boolean if a field has been set.
func (o *XmlNs0Environment) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *XmlNs0Environment) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XmlNs0Environment) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *XmlNs0Environment) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *XmlNs0Environment) GetIpfsHash() string
GetIpfsHash returns the IpfsHash field if non-nil, zero value otherwise.
func (o *XmlNs0Environment) GetIpfsHashOk() (*string, bool)
GetIpfsHashOk returns a tuple with the IpfsHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XmlNs0Environment) SetIpfsHash(v string)
SetIpfsHash sets IpfsHash field to given value.
func (o *XmlNs0Environment) HasIpfsHash() bool
HasIpfsHash returns a boolean if a field has been set.
func (o *XmlNs0Environment) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *XmlNs0Environment) 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 *XmlNs0Environment) SetName(v string)
SetName sets Name field to given value.
func (o *XmlNs0Environment) HasName() bool
HasName returns a boolean if a field has been set.
func (o *XmlNs0Environment) GetPackages() []string
GetPackages returns the Packages field if non-nil, zero value otherwise.
func (o *XmlNs0Environment) GetPackagesOk() (*[]string, bool)
GetPackagesOk returns a tuple with the Packages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XmlNs0Environment) SetPackages(v []string)
SetPackages sets Packages field to given value.
func (o *XmlNs0Environment) HasPackages() bool
HasPackages returns a boolean if a field has been set.
func (o *XmlNs0Environment) GetPublished() bool
GetPublished returns the Published field if non-nil, zero value otherwise.
func (o *XmlNs0Environment) GetPublishedOk() (*bool, bool)
GetPublishedOk returns a tuple with the Published field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XmlNs0Environment) SetPublished(v bool)
SetPublished sets Published field to given value.
func (o *XmlNs0Environment) HasPublished() bool
HasPublished returns a boolean if a field has been set.
func (o *XmlNs0Environment) GetRootHashOffset() string
GetRootHashOffset returns the RootHashOffset field if non-nil, zero value otherwise.
func (o *XmlNs0Environment) GetRootHashOffsetOk() (*string, bool)
GetRootHashOffsetOk returns a tuple with the RootHashOffset field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XmlNs0Environment) SetRootHashOffset(v string)
SetRootHashOffset sets RootHashOffset field to given value.
func (o *XmlNs0Environment) HasRootHashOffset() bool
HasRootHashOffset returns a boolean if a field has been set.
func (o *XmlNs0Environment) GetRoothash() string
GetRoothash returns the Roothash field if non-nil, zero value otherwise.
func (o *XmlNs0Environment) GetRoothashOk() (*string, bool)
GetRoothashOk returns a tuple with the Roothash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XmlNs0Environment) SetRoothash(v string)
SetRoothash sets Roothash field to given value.
func (o *XmlNs0Environment) HasRoothash() bool
HasRoothash returns a boolean if a field has been set.
func (o *XmlNs0Environment) GetSize() string
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *XmlNs0Environment) GetSizeOk() (*string, bool)
GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XmlNs0Environment) SetSize(v string)
SetSize sets Size field to given value.
func (o *XmlNs0Environment) HasSize() bool
HasSize returns a boolean if a field has been set.
func (o *XmlNs0Environment) GetUuid() string
GetUuid returns the Uuid field if non-nil, zero value otherwise.
func (o *XmlNs0Environment) GetUuidOk() (*string, bool)
GetUuidOk returns a tuple with the Uuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XmlNs0Environment) SetUuid(v string)
SetUuid sets Uuid field to given value.
func (o *XmlNs0Environment) HasUuid() bool
HasUuid returns a boolean if a field has been set.