Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
ServiceUuid | Pointer to string | [optional] | |
ServiceName | Pointer to string | [optional] | |
Version | Pointer to string | [optional] | |
Date | Pointer to string | [optional] | |
Size | Pointer to string | [optional] | |
Region | Pointer to string | [optional] |
func NewStructuresMysqlCopy() *StructuresMysqlCopy
NewStructuresMysqlCopy instantiates a new StructuresMysqlCopy 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 NewStructuresMysqlCopyWithDefaults() *StructuresMysqlCopy
NewStructuresMysqlCopyWithDefaults instantiates a new StructuresMysqlCopy 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 *StructuresMysqlCopy) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *StructuresMysqlCopy) 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 *StructuresMysqlCopy) SetId(v string)
SetId sets Id field to given value.
func (o *StructuresMysqlCopy) HasId() bool
HasId returns a boolean if a field has been set.
func (o *StructuresMysqlCopy) GetServiceUuid() string
GetServiceUuid returns the ServiceUuid field if non-nil, zero value otherwise.
func (o *StructuresMysqlCopy) GetServiceUuidOk() (*string, bool)
GetServiceUuidOk returns a tuple with the ServiceUuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresMysqlCopy) SetServiceUuid(v string)
SetServiceUuid sets ServiceUuid field to given value.
func (o *StructuresMysqlCopy) HasServiceUuid() bool
HasServiceUuid returns a boolean if a field has been set.
func (o *StructuresMysqlCopy) GetServiceName() string
GetServiceName returns the ServiceName field if non-nil, zero value otherwise.
func (o *StructuresMysqlCopy) GetServiceNameOk() (*string, bool)
GetServiceNameOk returns a tuple with the ServiceName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresMysqlCopy) SetServiceName(v string)
SetServiceName sets ServiceName field to given value.
func (o *StructuresMysqlCopy) HasServiceName() bool
HasServiceName returns a boolean if a field has been set.
func (o *StructuresMysqlCopy) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *StructuresMysqlCopy) 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 *StructuresMysqlCopy) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *StructuresMysqlCopy) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *StructuresMysqlCopy) GetDate() string
GetDate returns the Date field if non-nil, zero value otherwise.
func (o *StructuresMysqlCopy) 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 *StructuresMysqlCopy) SetDate(v string)
SetDate sets Date field to given value.
func (o *StructuresMysqlCopy) HasDate() bool
HasDate returns a boolean if a field has been set.
func (o *StructuresMysqlCopy) GetSize() string
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *StructuresMysqlCopy) 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 *StructuresMysqlCopy) SetSize(v string)
SetSize sets Size field to given value.
func (o *StructuresMysqlCopy) HasSize() bool
HasSize returns a boolean if a field has been set.
func (o *StructuresMysqlCopy) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *StructuresMysqlCopy) 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 *StructuresMysqlCopy) SetRegion(v string)
SetRegion sets Region field to given value.
func (o *StructuresMysqlCopy) HasRegion() bool
HasRegion returns a boolean if a field has been set.