Name | Type | Description | Notes |
---|---|---|---|
DBDefinedConnectionType | Pointer to string | [optional] | |
AzureClientId | Pointer to string | (Optional) Client id (relevant for "cloud-service-provider" only) | [optional] |
AzureClientSecret | Pointer to string | (Optional) Client secret (relevant for "cloud-service-provider" only) | [optional] |
AzureTenantId | Pointer to string | (Optional) Tenant id (relevant for "cloud-service-provider" only) | [optional] |
CloudServiceProvider | Pointer to string | (Optional) Cloud service provider (currently only supports Azure) | [optional] |
ClusterMode | Pointer to bool | Cluster Mode | [optional] |
Comment | Pointer to string | Deprecated - use description | [optional] |
ConnectionType | string | (Optional) Type of connection to mssql database [credentials/cloud-identity] | [default to "credentials"] |
DbName | Pointer to string | [optional] | |
DbServerCertificates | Pointer to string | (Optional) DB server certificates | [optional] |
DbServerName | Pointer to string | (Optional) Server name for certificate verification | [optional] |
DbType | string | ||
Description | Pointer to string | Description of the object | [optional] |
Host | Pointer to string | [optional] | |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
KeepPrevVersion | Pointer to string | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
Key | Pointer to string | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
MaxVersions | Pointer to string | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
MongodbAtlas | Pointer to bool | [optional] | |
MongodbAtlasApiPrivateKey | Pointer to string | MongoDB Atlas private key | [optional] |
MongodbAtlasApiPublicKey | Pointer to string | MongoDB Atlas public key | [optional] |
MongodbAtlasProjectId | Pointer to string | MongoDB Atlas project ID | [optional] |
MongodbDefaultAuthDb | Pointer to string | MongoDB server default authentication database | [optional] |
MongodbUriOptions | Pointer to string | MongoDB server URI options | [optional] |
Name | string | Target name | |
NewName | Pointer to string | New target name | [optional] |
OracleServiceName | Pointer to string | [optional] | |
Port | Pointer to string | [optional] | |
Pwd | Pointer to string | [optional] | |
SnowflakeAccount | Pointer to string | [optional] | |
SnowflakeApiPrivateKey | Pointer to string | RSA Private key (base64 encoded) | [optional] |
SnowflakeApiPrivateKeyPassword | Pointer to string | The Private key passphrase | [optional] |
Ssl | Pointer to bool | Enable/Disable SSL [true/false] | [optional] [default to false] |
SslCertificate | Pointer to string | SSL connection certificate | [optional] |
Token | Pointer to string | Authentication token (see `/auth` and `/configure`) | [optional] |
UidToken | Pointer to string | The universal identity token, Required only for universal_identity authentication | [optional] |
UserName | Pointer to string | [optional] |
func NewTargetUpdateDB(connectionType string, dbType string, name string, ) *TargetUpdateDB
NewTargetUpdateDB instantiates a new TargetUpdateDB 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 NewTargetUpdateDBWithDefaults() *TargetUpdateDB
NewTargetUpdateDBWithDefaults instantiates a new TargetUpdateDB 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 *TargetUpdateDB) GetDBDefinedConnectionType() string
GetDBDefinedConnectionType returns the DBDefinedConnectionType field if non-nil, zero value otherwise.
func (o *TargetUpdateDB) GetDBDefinedConnectionTypeOk() (*string, bool)
GetDBDefinedConnectionTypeOk returns a tuple with the DBDefinedConnectionType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetUpdateDB) SetDBDefinedConnectionType(v string)
SetDBDefinedConnectionType sets DBDefinedConnectionType field to given value.
func (o *TargetUpdateDB) HasDBDefinedConnectionType() bool
HasDBDefinedConnectionType returns a boolean if a field has been set.
func (o *TargetUpdateDB) GetAzureClientId() string
GetAzureClientId returns the AzureClientId field if non-nil, zero value otherwise.
func (o *TargetUpdateDB) GetAzureClientIdOk() (*string, bool)
GetAzureClientIdOk returns a tuple with the AzureClientId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetUpdateDB) SetAzureClientId(v string)
SetAzureClientId sets AzureClientId field to given value.
func (o *TargetUpdateDB) HasAzureClientId() bool
HasAzureClientId returns a boolean if a field has been set.
func (o *TargetUpdateDB) GetAzureClientSecret() string
GetAzureClientSecret returns the AzureClientSecret field if non-nil, zero value otherwise.
func (o *TargetUpdateDB) GetAzureClientSecretOk() (*string, bool)
GetAzureClientSecretOk returns a tuple with the AzureClientSecret field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetUpdateDB) SetAzureClientSecret(v string)
SetAzureClientSecret sets AzureClientSecret field to given value.
func (o *TargetUpdateDB) HasAzureClientSecret() bool
HasAzureClientSecret returns a boolean if a field has been set.
func (o *TargetUpdateDB) GetAzureTenantId() string
GetAzureTenantId returns the AzureTenantId field if non-nil, zero value otherwise.
func (o *TargetUpdateDB) GetAzureTenantIdOk() (*string, bool)
GetAzureTenantIdOk returns a tuple with the AzureTenantId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetUpdateDB) SetAzureTenantId(v string)
SetAzureTenantId sets AzureTenantId field to given value.
func (o *TargetUpdateDB) HasAzureTenantId() bool
HasAzureTenantId returns a boolean if a field has been set.
func (o *TargetUpdateDB) GetCloudServiceProvider() string
GetCloudServiceProvider returns the CloudServiceProvider field if non-nil, zero value otherwise.
func (o *TargetUpdateDB) GetCloudServiceProviderOk() (*string, bool)
GetCloudServiceProviderOk returns a tuple with the CloudServiceProvider field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetUpdateDB) SetCloudServiceProvider(v string)
SetCloudServiceProvider sets CloudServiceProvider field to given value.
func (o *TargetUpdateDB) HasCloudServiceProvider() bool
HasCloudServiceProvider returns a boolean if a field has been set.
func (o *TargetUpdateDB) GetClusterMode() bool
GetClusterMode returns the ClusterMode field if non-nil, zero value otherwise.
func (o *TargetUpdateDB) GetClusterModeOk() (*bool, bool)
GetClusterModeOk returns a tuple with the ClusterMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetUpdateDB) SetClusterMode(v bool)
SetClusterMode sets ClusterMode field to given value.
func (o *TargetUpdateDB) HasClusterMode() bool
HasClusterMode returns a boolean if a field has been set.
func (o *TargetUpdateDB) GetComment() string
GetComment returns the Comment field if non-nil, zero value otherwise.
func (o *TargetUpdateDB) GetCommentOk() (*string, bool)
GetCommentOk returns a tuple with the Comment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetUpdateDB) SetComment(v string)
SetComment sets Comment field to given value.
func (o *TargetUpdateDB) HasComment() bool
HasComment returns a boolean if a field has been set.
func (o *TargetUpdateDB) GetConnectionType() string
GetConnectionType returns the ConnectionType field if non-nil, zero value otherwise.
func (o *TargetUpdateDB) GetConnectionTypeOk() (*string, bool)
GetConnectionTypeOk returns a tuple with the ConnectionType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetUpdateDB) SetConnectionType(v string)
SetConnectionType sets ConnectionType field to given value.
func (o *TargetUpdateDB) GetDbName() string
GetDbName returns the DbName field if non-nil, zero value otherwise.
func (o *TargetUpdateDB) 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.
func (o *TargetUpdateDB) SetDbName(v string)
SetDbName sets DbName field to given value.
func (o *TargetUpdateDB) HasDbName() bool
HasDbName returns a boolean if a field has been set.
func (o *TargetUpdateDB) GetDbServerCertificates() string
GetDbServerCertificates returns the DbServerCertificates field if non-nil, zero value otherwise.
func (o *TargetUpdateDB) GetDbServerCertificatesOk() (*string, bool)
GetDbServerCertificatesOk returns a tuple with the DbServerCertificates field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetUpdateDB) SetDbServerCertificates(v string)
SetDbServerCertificates sets DbServerCertificates field to given value.
func (o *TargetUpdateDB) HasDbServerCertificates() bool
HasDbServerCertificates returns a boolean if a field has been set.
func (o *TargetUpdateDB) GetDbServerName() string
GetDbServerName returns the DbServerName field if non-nil, zero value otherwise.
func (o *TargetUpdateDB) GetDbServerNameOk() (*string, bool)
GetDbServerNameOk returns a tuple with the DbServerName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetUpdateDB) SetDbServerName(v string)
SetDbServerName sets DbServerName field to given value.
func (o *TargetUpdateDB) HasDbServerName() bool
HasDbServerName returns a boolean if a field has been set.
func (o *TargetUpdateDB) GetDbType() string
GetDbType returns the DbType field if non-nil, zero value otherwise.
func (o *TargetUpdateDB) GetDbTypeOk() (*string, bool)
GetDbTypeOk returns a tuple with the DbType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetUpdateDB) SetDbType(v string)
SetDbType sets DbType field to given value.
func (o *TargetUpdateDB) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *TargetUpdateDB) 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 *TargetUpdateDB) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *TargetUpdateDB) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *TargetUpdateDB) GetHost() string
GetHost returns the Host field if non-nil, zero value otherwise.
func (o *TargetUpdateDB) GetHostOk() (*string, bool)
GetHostOk returns a tuple with the Host field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetUpdateDB) SetHost(v string)
SetHost sets Host field to given value.
func (o *TargetUpdateDB) HasHost() bool
HasHost returns a boolean if a field has been set.
func (o *TargetUpdateDB) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *TargetUpdateDB) GetJsonOk() (*bool, bool)
GetJsonOk returns a tuple with the Json field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetUpdateDB) SetJson(v bool)
SetJson sets Json field to given value.
func (o *TargetUpdateDB) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *TargetUpdateDB) GetKeepPrevVersion() string
GetKeepPrevVersion returns the KeepPrevVersion field if non-nil, zero value otherwise.
func (o *TargetUpdateDB) GetKeepPrevVersionOk() (*string, bool)
GetKeepPrevVersionOk returns a tuple with the KeepPrevVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetUpdateDB) SetKeepPrevVersion(v string)
SetKeepPrevVersion sets KeepPrevVersion field to given value.
func (o *TargetUpdateDB) HasKeepPrevVersion() bool
HasKeepPrevVersion returns a boolean if a field has been set.
func (o *TargetUpdateDB) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *TargetUpdateDB) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetUpdateDB) SetKey(v string)
SetKey sets Key field to given value.
func (o *TargetUpdateDB) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *TargetUpdateDB) GetMaxVersions() string
GetMaxVersions returns the MaxVersions field if non-nil, zero value otherwise.
func (o *TargetUpdateDB) GetMaxVersionsOk() (*string, bool)
GetMaxVersionsOk returns a tuple with the MaxVersions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetUpdateDB) SetMaxVersions(v string)
SetMaxVersions sets MaxVersions field to given value.
func (o *TargetUpdateDB) HasMaxVersions() bool
HasMaxVersions returns a boolean if a field has been set.
func (o *TargetUpdateDB) GetMongodbAtlas() bool
GetMongodbAtlas returns the MongodbAtlas field if non-nil, zero value otherwise.
func (o *TargetUpdateDB) GetMongodbAtlasOk() (*bool, bool)
GetMongodbAtlasOk returns a tuple with the MongodbAtlas field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetUpdateDB) SetMongodbAtlas(v bool)
SetMongodbAtlas sets MongodbAtlas field to given value.
func (o *TargetUpdateDB) HasMongodbAtlas() bool
HasMongodbAtlas returns a boolean if a field has been set.
func (o *TargetUpdateDB) GetMongodbAtlasApiPrivateKey() string
GetMongodbAtlasApiPrivateKey returns the MongodbAtlasApiPrivateKey field if non-nil, zero value otherwise.
func (o *TargetUpdateDB) GetMongodbAtlasApiPrivateKeyOk() (*string, bool)
GetMongodbAtlasApiPrivateKeyOk returns a tuple with the MongodbAtlasApiPrivateKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetUpdateDB) SetMongodbAtlasApiPrivateKey(v string)
SetMongodbAtlasApiPrivateKey sets MongodbAtlasApiPrivateKey field to given value.
func (o *TargetUpdateDB) HasMongodbAtlasApiPrivateKey() bool
HasMongodbAtlasApiPrivateKey returns a boolean if a field has been set.
func (o *TargetUpdateDB) GetMongodbAtlasApiPublicKey() string
GetMongodbAtlasApiPublicKey returns the MongodbAtlasApiPublicKey field if non-nil, zero value otherwise.
func (o *TargetUpdateDB) GetMongodbAtlasApiPublicKeyOk() (*string, bool)
GetMongodbAtlasApiPublicKeyOk returns a tuple with the MongodbAtlasApiPublicKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetUpdateDB) SetMongodbAtlasApiPublicKey(v string)
SetMongodbAtlasApiPublicKey sets MongodbAtlasApiPublicKey field to given value.
func (o *TargetUpdateDB) HasMongodbAtlasApiPublicKey() bool
HasMongodbAtlasApiPublicKey returns a boolean if a field has been set.
func (o *TargetUpdateDB) GetMongodbAtlasProjectId() string
GetMongodbAtlasProjectId returns the MongodbAtlasProjectId field if non-nil, zero value otherwise.
func (o *TargetUpdateDB) GetMongodbAtlasProjectIdOk() (*string, bool)
GetMongodbAtlasProjectIdOk returns a tuple with the MongodbAtlasProjectId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetUpdateDB) SetMongodbAtlasProjectId(v string)
SetMongodbAtlasProjectId sets MongodbAtlasProjectId field to given value.
func (o *TargetUpdateDB) HasMongodbAtlasProjectId() bool
HasMongodbAtlasProjectId returns a boolean if a field has been set.
func (o *TargetUpdateDB) GetMongodbDefaultAuthDb() string
GetMongodbDefaultAuthDb returns the MongodbDefaultAuthDb field if non-nil, zero value otherwise.
func (o *TargetUpdateDB) GetMongodbDefaultAuthDbOk() (*string, bool)
GetMongodbDefaultAuthDbOk returns a tuple with the MongodbDefaultAuthDb field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetUpdateDB) SetMongodbDefaultAuthDb(v string)
SetMongodbDefaultAuthDb sets MongodbDefaultAuthDb field to given value.
func (o *TargetUpdateDB) HasMongodbDefaultAuthDb() bool
HasMongodbDefaultAuthDb returns a boolean if a field has been set.
func (o *TargetUpdateDB) GetMongodbUriOptions() string
GetMongodbUriOptions returns the MongodbUriOptions field if non-nil, zero value otherwise.
func (o *TargetUpdateDB) GetMongodbUriOptionsOk() (*string, bool)
GetMongodbUriOptionsOk returns a tuple with the MongodbUriOptions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetUpdateDB) SetMongodbUriOptions(v string)
SetMongodbUriOptions sets MongodbUriOptions field to given value.
func (o *TargetUpdateDB) HasMongodbUriOptions() bool
HasMongodbUriOptions returns a boolean if a field has been set.
func (o *TargetUpdateDB) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *TargetUpdateDB) 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 *TargetUpdateDB) SetName(v string)
SetName sets Name field to given value.
func (o *TargetUpdateDB) GetNewName() string
GetNewName returns the NewName field if non-nil, zero value otherwise.
func (o *TargetUpdateDB) GetNewNameOk() (*string, bool)
GetNewNameOk returns a tuple with the NewName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetUpdateDB) SetNewName(v string)
SetNewName sets NewName field to given value.
func (o *TargetUpdateDB) HasNewName() bool
HasNewName returns a boolean if a field has been set.
func (o *TargetUpdateDB) GetOracleServiceName() string
GetOracleServiceName returns the OracleServiceName field if non-nil, zero value otherwise.
func (o *TargetUpdateDB) GetOracleServiceNameOk() (*string, bool)
GetOracleServiceNameOk returns a tuple with the OracleServiceName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetUpdateDB) SetOracleServiceName(v string)
SetOracleServiceName sets OracleServiceName field to given value.
func (o *TargetUpdateDB) HasOracleServiceName() bool
HasOracleServiceName returns a boolean if a field has been set.
func (o *TargetUpdateDB) GetPort() string
GetPort returns the Port field if non-nil, zero value otherwise.
func (o *TargetUpdateDB) GetPortOk() (*string, bool)
GetPortOk returns a tuple with the Port field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetUpdateDB) SetPort(v string)
SetPort sets Port field to given value.
func (o *TargetUpdateDB) HasPort() bool
HasPort returns a boolean if a field has been set.
func (o *TargetUpdateDB) GetPwd() string
GetPwd returns the Pwd field if non-nil, zero value otherwise.
func (o *TargetUpdateDB) GetPwdOk() (*string, bool)
GetPwdOk returns a tuple with the Pwd field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetUpdateDB) SetPwd(v string)
SetPwd sets Pwd field to given value.
func (o *TargetUpdateDB) HasPwd() bool
HasPwd returns a boolean if a field has been set.
func (o *TargetUpdateDB) GetSnowflakeAccount() string
GetSnowflakeAccount returns the SnowflakeAccount field if non-nil, zero value otherwise.
func (o *TargetUpdateDB) GetSnowflakeAccountOk() (*string, bool)
GetSnowflakeAccountOk returns a tuple with the SnowflakeAccount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetUpdateDB) SetSnowflakeAccount(v string)
SetSnowflakeAccount sets SnowflakeAccount field to given value.
func (o *TargetUpdateDB) HasSnowflakeAccount() bool
HasSnowflakeAccount returns a boolean if a field has been set.
func (o *TargetUpdateDB) GetSnowflakeApiPrivateKey() string
GetSnowflakeApiPrivateKey returns the SnowflakeApiPrivateKey field if non-nil, zero value otherwise.
func (o *TargetUpdateDB) GetSnowflakeApiPrivateKeyOk() (*string, bool)
GetSnowflakeApiPrivateKeyOk returns a tuple with the SnowflakeApiPrivateKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetUpdateDB) SetSnowflakeApiPrivateKey(v string)
SetSnowflakeApiPrivateKey sets SnowflakeApiPrivateKey field to given value.
func (o *TargetUpdateDB) HasSnowflakeApiPrivateKey() bool
HasSnowflakeApiPrivateKey returns a boolean if a field has been set.
func (o *TargetUpdateDB) GetSnowflakeApiPrivateKeyPassword() string
GetSnowflakeApiPrivateKeyPassword returns the SnowflakeApiPrivateKeyPassword field if non-nil, zero value otherwise.
func (o *TargetUpdateDB) GetSnowflakeApiPrivateKeyPasswordOk() (*string, bool)
GetSnowflakeApiPrivateKeyPasswordOk returns a tuple with the SnowflakeApiPrivateKeyPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetUpdateDB) SetSnowflakeApiPrivateKeyPassword(v string)
SetSnowflakeApiPrivateKeyPassword sets SnowflakeApiPrivateKeyPassword field to given value.
func (o *TargetUpdateDB) HasSnowflakeApiPrivateKeyPassword() bool
HasSnowflakeApiPrivateKeyPassword returns a boolean if a field has been set.
func (o *TargetUpdateDB) GetSsl() bool
GetSsl returns the Ssl field if non-nil, zero value otherwise.
func (o *TargetUpdateDB) GetSslOk() (*bool, bool)
GetSslOk returns a tuple with the Ssl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetUpdateDB) SetSsl(v bool)
SetSsl sets Ssl field to given value.
func (o *TargetUpdateDB) HasSsl() bool
HasSsl returns a boolean if a field has been set.
func (o *TargetUpdateDB) GetSslCertificate() string
GetSslCertificate returns the SslCertificate field if non-nil, zero value otherwise.
func (o *TargetUpdateDB) GetSslCertificateOk() (*string, bool)
GetSslCertificateOk returns a tuple with the SslCertificate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetUpdateDB) SetSslCertificate(v string)
SetSslCertificate sets SslCertificate field to given value.
func (o *TargetUpdateDB) HasSslCertificate() bool
HasSslCertificate returns a boolean if a field has been set.
func (o *TargetUpdateDB) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *TargetUpdateDB) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetUpdateDB) SetToken(v string)
SetToken sets Token field to given value.
func (o *TargetUpdateDB) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *TargetUpdateDB) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *TargetUpdateDB) GetUidTokenOk() (*string, bool)
GetUidTokenOk returns a tuple with the UidToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetUpdateDB) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *TargetUpdateDB) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *TargetUpdateDB) GetUserName() string
GetUserName returns the UserName field if non-nil, zero value otherwise.
func (o *TargetUpdateDB) GetUserNameOk() (*string, bool)
GetUserNameOk returns a tuple with the UserName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TargetUpdateDB) SetUserName(v string)
SetUserName sets UserName field to given value.
func (o *TargetUpdateDB) HasUserName() bool
HasUserName returns a boolean if a field has been set.