Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
VpsId | Pointer to string | [optional] | |
VpsName | Pointer to string | [optional] | |
Date | Pointer to string | [optional] | |
Size | Pointer to string | [optional] | |
Region | Pointer to string | [optional] | |
Configuration | Pointer to StructuresCopyInfoConfiguration | [optional] | |
InstalledSoftware | Pointer to StructuresInstalledSoftwareInfo | [optional] |
func NewStructuresCopyInfo() *StructuresCopyInfo
NewStructuresCopyInfo instantiates a new StructuresCopyInfo 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 NewStructuresCopyInfoWithDefaults() *StructuresCopyInfo
NewStructuresCopyInfoWithDefaults instantiates a new StructuresCopyInfo 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 *StructuresCopyInfo) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *StructuresCopyInfo) 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 *StructuresCopyInfo) SetId(v string)
SetId sets Id field to given value.
func (o *StructuresCopyInfo) HasId() bool
HasId returns a boolean if a field has been set.
func (o *StructuresCopyInfo) GetVpsId() string
GetVpsId returns the VpsId field if non-nil, zero value otherwise.
func (o *StructuresCopyInfo) GetVpsIdOk() (*string, bool)
GetVpsIdOk returns a tuple with the VpsId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresCopyInfo) SetVpsId(v string)
SetVpsId sets VpsId field to given value.
func (o *StructuresCopyInfo) HasVpsId() bool
HasVpsId returns a boolean if a field has been set.
func (o *StructuresCopyInfo) GetVpsName() string
GetVpsName returns the VpsName field if non-nil, zero value otherwise.
func (o *StructuresCopyInfo) GetVpsNameOk() (*string, bool)
GetVpsNameOk returns a tuple with the VpsName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresCopyInfo) SetVpsName(v string)
SetVpsName sets VpsName field to given value.
func (o *StructuresCopyInfo) HasVpsName() bool
HasVpsName returns a boolean if a field has been set.
func (o *StructuresCopyInfo) GetDate() string
GetDate returns the Date field if non-nil, zero value otherwise.
func (o *StructuresCopyInfo) GetDateOk() (*string, bool)
GetDateOk returns a tuple with the Date field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresCopyInfo) SetDate(v string)
SetDate sets Date field to given value.
func (o *StructuresCopyInfo) HasDate() bool
HasDate returns a boolean if a field has been set.
func (o *StructuresCopyInfo) GetSize() string
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *StructuresCopyInfo) 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 *StructuresCopyInfo) SetSize(v string)
SetSize sets Size field to given value.
func (o *StructuresCopyInfo) HasSize() bool
HasSize returns a boolean if a field has been set.
func (o *StructuresCopyInfo) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *StructuresCopyInfo) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresCopyInfo) SetRegion(v string)
SetRegion sets Region field to given value.
func (o *StructuresCopyInfo) HasRegion() bool
HasRegion returns a boolean if a field has been set.
func (o *StructuresCopyInfo) GetConfiguration() StructuresCopyInfoConfiguration
GetConfiguration returns the Configuration field if non-nil, zero value otherwise.
func (o *StructuresCopyInfo) GetConfigurationOk() (*StructuresCopyInfoConfiguration, bool)
GetConfigurationOk returns a tuple with the Configuration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresCopyInfo) SetConfiguration(v StructuresCopyInfoConfiguration)
SetConfiguration sets Configuration field to given value.
func (o *StructuresCopyInfo) HasConfiguration() bool
HasConfiguration returns a boolean if a field has been set.
func (o *StructuresCopyInfo) GetInstalledSoftware() StructuresInstalledSoftwareInfo
GetInstalledSoftware returns the InstalledSoftware field if non-nil, zero value otherwise.
func (o *StructuresCopyInfo) GetInstalledSoftwareOk() (*StructuresInstalledSoftwareInfo, bool)
GetInstalledSoftwareOk returns a tuple with the InstalledSoftware field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresCopyInfo) SetInstalledSoftware(v StructuresInstalledSoftwareInfo)
SetInstalledSoftware sets InstalledSoftware field to given value.
func (o *StructuresCopyInfo) HasInstalledSoftware() bool
HasInstalledSoftware returns a boolean if a field has been set.