Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 5.6 KB

StructuresPostgresqlCopy.md

File metadata and controls

212 lines (115 loc) · 5.6 KB

StructuresPostgresqlCopy

Properties

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]

Methods

NewStructuresPostgresqlCopy

func NewStructuresPostgresqlCopy() *StructuresPostgresqlCopy

NewStructuresPostgresqlCopy instantiates a new StructuresPostgresqlCopy 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

NewStructuresPostgresqlCopyWithDefaults

func NewStructuresPostgresqlCopyWithDefaults() *StructuresPostgresqlCopy

NewStructuresPostgresqlCopyWithDefaults instantiates a new StructuresPostgresqlCopy 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

GetId

func (o *StructuresPostgresqlCopy) GetId() string

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

GetIdOk

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

SetId sets Id field to given value.

HasId

func (o *StructuresPostgresqlCopy) HasId() bool

HasId returns a boolean if a field has been set.

GetServiceUuid

func (o *StructuresPostgresqlCopy) GetServiceUuid() string

GetServiceUuid returns the ServiceUuid field if non-nil, zero value otherwise.

GetServiceUuidOk

func (o *StructuresPostgresqlCopy) 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.

SetServiceUuid

func (o *StructuresPostgresqlCopy) SetServiceUuid(v string)

SetServiceUuid sets ServiceUuid field to given value.

HasServiceUuid

func (o *StructuresPostgresqlCopy) HasServiceUuid() bool

HasServiceUuid returns a boolean if a field has been set.

GetServiceName

func (o *StructuresPostgresqlCopy) GetServiceName() string

GetServiceName returns the ServiceName field if non-nil, zero value otherwise.

GetServiceNameOk

func (o *StructuresPostgresqlCopy) 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.

SetServiceName

func (o *StructuresPostgresqlCopy) SetServiceName(v string)

SetServiceName sets ServiceName field to given value.

HasServiceName

func (o *StructuresPostgresqlCopy) HasServiceName() bool

HasServiceName returns a boolean if a field has been set.

GetVersion

func (o *StructuresPostgresqlCopy) GetVersion() string

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

GetVersionOk

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

SetVersion sets Version field to given value.

HasVersion

func (o *StructuresPostgresqlCopy) HasVersion() bool

HasVersion returns a boolean if a field has been set.

GetDate

func (o *StructuresPostgresqlCopy) GetDate() string

GetDate returns the Date field if non-nil, zero value otherwise.

GetDateOk

func (o *StructuresPostgresqlCopy) 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.

SetDate

func (o *StructuresPostgresqlCopy) SetDate(v string)

SetDate sets Date field to given value.

HasDate

func (o *StructuresPostgresqlCopy) HasDate() bool

HasDate returns a boolean if a field has been set.

GetSize

func (o *StructuresPostgresqlCopy) GetSize() string

GetSize returns the Size field if non-nil, zero value otherwise.

GetSizeOk

func (o *StructuresPostgresqlCopy) 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.

SetSize

func (o *StructuresPostgresqlCopy) SetSize(v string)

SetSize sets Size field to given value.

HasSize

func (o *StructuresPostgresqlCopy) HasSize() bool

HasSize returns a boolean if a field has been set.

GetRegion

func (o *StructuresPostgresqlCopy) GetRegion() string

GetRegion returns the Region field if non-nil, zero value otherwise.

GetRegionOk

func (o *StructuresPostgresqlCopy) 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.

SetRegion

func (o *StructuresPostgresqlCopy) SetRegion(v string)

SetRegion sets Region field to given value.

HasRegion

func (o *StructuresPostgresqlCopy) HasRegion() bool

HasRegion returns a boolean if a field has been set.

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