Skip to content

Latest commit

 

History

History
285 lines (154 loc) · 8.07 KB

File metadata and controls

285 lines (154 loc) · 8.07 KB

UpdateRabbitMQTargetDetails

Properties

Name Type Description Notes
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]
Name string Target name
NewVersion Pointer to bool Deprecated [optional]
ProtectionKey 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]
Pwd Pointer to string [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]
Uri Pointer to string [optional]
User Pointer to string [optional]

Methods

NewUpdateRabbitMQTargetDetails

func NewUpdateRabbitMQTargetDetails(name string, ) *UpdateRabbitMQTargetDetails

NewUpdateRabbitMQTargetDetails instantiates a new UpdateRabbitMQTargetDetails 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

NewUpdateRabbitMQTargetDetailsWithDefaults

func NewUpdateRabbitMQTargetDetailsWithDefaults() *UpdateRabbitMQTargetDetails

NewUpdateRabbitMQTargetDetailsWithDefaults instantiates a new UpdateRabbitMQTargetDetails 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

GetJson

func (o *UpdateRabbitMQTargetDetails) GetJson() bool

GetJson returns the Json field if non-nil, zero value otherwise.

GetJsonOk

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

SetJson

func (o *UpdateRabbitMQTargetDetails) SetJson(v bool)

SetJson sets Json field to given value.

HasJson

func (o *UpdateRabbitMQTargetDetails) HasJson() bool

HasJson returns a boolean if a field has been set.

GetKeepPrevVersion

func (o *UpdateRabbitMQTargetDetails) GetKeepPrevVersion() string

GetKeepPrevVersion returns the KeepPrevVersion field if non-nil, zero value otherwise.

GetKeepPrevVersionOk

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

SetKeepPrevVersion

func (o *UpdateRabbitMQTargetDetails) SetKeepPrevVersion(v string)

SetKeepPrevVersion sets KeepPrevVersion field to given value.

HasKeepPrevVersion

func (o *UpdateRabbitMQTargetDetails) HasKeepPrevVersion() bool

HasKeepPrevVersion returns a boolean if a field has been set.

GetName

func (o *UpdateRabbitMQTargetDetails) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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

SetName

func (o *UpdateRabbitMQTargetDetails) SetName(v string)

SetName sets Name field to given value.

GetNewVersion

func (o *UpdateRabbitMQTargetDetails) GetNewVersion() bool

GetNewVersion returns the NewVersion field if non-nil, zero value otherwise.

GetNewVersionOk

func (o *UpdateRabbitMQTargetDetails) GetNewVersionOk() (*bool, bool)

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

SetNewVersion

func (o *UpdateRabbitMQTargetDetails) SetNewVersion(v bool)

SetNewVersion sets NewVersion field to given value.

HasNewVersion

func (o *UpdateRabbitMQTargetDetails) HasNewVersion() bool

HasNewVersion returns a boolean if a field has been set.

GetProtectionKey

func (o *UpdateRabbitMQTargetDetails) GetProtectionKey() string

GetProtectionKey returns the ProtectionKey field if non-nil, zero value otherwise.

GetProtectionKeyOk

func (o *UpdateRabbitMQTargetDetails) GetProtectionKeyOk() (*string, bool)

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

SetProtectionKey

func (o *UpdateRabbitMQTargetDetails) SetProtectionKey(v string)

SetProtectionKey sets ProtectionKey field to given value.

HasProtectionKey

func (o *UpdateRabbitMQTargetDetails) HasProtectionKey() bool

HasProtectionKey returns a boolean if a field has been set.

GetPwd

func (o *UpdateRabbitMQTargetDetails) GetPwd() string

GetPwd returns the Pwd field if non-nil, zero value otherwise.

GetPwdOk

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

SetPwd

func (o *UpdateRabbitMQTargetDetails) SetPwd(v string)

SetPwd sets Pwd field to given value.

HasPwd

func (o *UpdateRabbitMQTargetDetails) HasPwd() bool

HasPwd returns a boolean if a field has been set.

GetToken

func (o *UpdateRabbitMQTargetDetails) GetToken() string

GetToken returns the Token field if non-nil, zero value otherwise.

GetTokenOk

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

SetToken

func (o *UpdateRabbitMQTargetDetails) SetToken(v string)

SetToken sets Token field to given value.

HasToken

func (o *UpdateRabbitMQTargetDetails) HasToken() bool

HasToken returns a boolean if a field has been set.

GetUidToken

func (o *UpdateRabbitMQTargetDetails) GetUidToken() string

GetUidToken returns the UidToken field if non-nil, zero value otherwise.

GetUidTokenOk

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

SetUidToken

func (o *UpdateRabbitMQTargetDetails) SetUidToken(v string)

SetUidToken sets UidToken field to given value.

HasUidToken

func (o *UpdateRabbitMQTargetDetails) HasUidToken() bool

HasUidToken returns a boolean if a field has been set.

GetUri

func (o *UpdateRabbitMQTargetDetails) GetUri() string

GetUri returns the Uri field if non-nil, zero value otherwise.

GetUriOk

func (o *UpdateRabbitMQTargetDetails) GetUriOk() (*string, bool)

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

SetUri

func (o *UpdateRabbitMQTargetDetails) SetUri(v string)

SetUri sets Uri field to given value.

HasUri

func (o *UpdateRabbitMQTargetDetails) HasUri() bool

HasUri returns a boolean if a field has been set.

GetUser

func (o *UpdateRabbitMQTargetDetails) GetUser() string

GetUser returns the User field if non-nil, zero value otherwise.

GetUserOk

func (o *UpdateRabbitMQTargetDetails) GetUserOk() (*string, bool)

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

SetUser

func (o *UpdateRabbitMQTargetDetails) SetUser(v string)

SetUser sets User field to given value.

HasUser

func (o *UpdateRabbitMQTargetDetails) HasUser() bool

HasUser returns a boolean if a field has been set.

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