Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.01 KB

MysqlUpdateDbRequest.md

File metadata and controls

108 lines (59 loc) · 3.01 KB

MysqlUpdateDbRequest

Properties

Name Type Description Notes
ServiceId Pointer to string [optional]
DbName Pointer to string [optional]
Description Pointer to string [optional]

Methods

NewMysqlUpdateDbRequest

func NewMysqlUpdateDbRequest() *MysqlUpdateDbRequest

NewMysqlUpdateDbRequest instantiates a new MysqlUpdateDbRequest 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

NewMysqlUpdateDbRequestWithDefaults

func NewMysqlUpdateDbRequestWithDefaults() *MysqlUpdateDbRequest

NewMysqlUpdateDbRequestWithDefaults instantiates a new MysqlUpdateDbRequest 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

GetServiceId

func (o *MysqlUpdateDbRequest) GetServiceId() string

GetServiceId returns the ServiceId field if non-nil, zero value otherwise.

GetServiceIdOk

func (o *MysqlUpdateDbRequest) GetServiceIdOk() (*string, bool)

GetServiceIdOk returns a tuple with the ServiceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetServiceId

func (o *MysqlUpdateDbRequest) SetServiceId(v string)

SetServiceId sets ServiceId field to given value.

HasServiceId

func (o *MysqlUpdateDbRequest) HasServiceId() bool

HasServiceId returns a boolean if a field has been set.

GetDbName

func (o *MysqlUpdateDbRequest) GetDbName() string

GetDbName returns the DbName field if non-nil, zero value otherwise.

GetDbNameOk

func (o *MysqlUpdateDbRequest) GetDbNameOk() (*string, bool)

GetDbNameOk returns a tuple with the DbName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDbName

func (o *MysqlUpdateDbRequest) SetDbName(v string)

SetDbName sets DbName field to given value.

HasDbName

func (o *MysqlUpdateDbRequest) HasDbName() bool

HasDbName returns a boolean if a field has been set.

GetDescription

func (o *MysqlUpdateDbRequest) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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

SetDescription

func (o *MysqlUpdateDbRequest) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *MysqlUpdateDbRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

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