| 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] |
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
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
func (o *UpdateRabbitMQTargetDetails) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
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.
func (o *UpdateRabbitMQTargetDetails) SetJson(v bool)
SetJson sets Json field to given value.
func (o *UpdateRabbitMQTargetDetails) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *UpdateRabbitMQTargetDetails) GetKeepPrevVersion() string
GetKeepPrevVersion returns the KeepPrevVersion field if non-nil, zero value otherwise.
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.
func (o *UpdateRabbitMQTargetDetails) SetKeepPrevVersion(v string)
SetKeepPrevVersion sets KeepPrevVersion field to given value.
func (o *UpdateRabbitMQTargetDetails) HasKeepPrevVersion() bool
HasKeepPrevVersion returns a boolean if a field has been set.
func (o *UpdateRabbitMQTargetDetails) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *UpdateRabbitMQTargetDetails) SetName(v string)
SetName sets Name field to given value.
func (o *UpdateRabbitMQTargetDetails) GetNewVersion() bool
GetNewVersion returns the NewVersion field if non-nil, zero value otherwise.
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.
func (o *UpdateRabbitMQTargetDetails) SetNewVersion(v bool)
SetNewVersion sets NewVersion field to given value.
func (o *UpdateRabbitMQTargetDetails) HasNewVersion() bool
HasNewVersion returns a boolean if a field has been set.
func (o *UpdateRabbitMQTargetDetails) GetProtectionKey() string
GetProtectionKey returns the ProtectionKey field if non-nil, zero value otherwise.
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.
func (o *UpdateRabbitMQTargetDetails) SetProtectionKey(v string)
SetProtectionKey sets ProtectionKey field to given value.
func (o *UpdateRabbitMQTargetDetails) HasProtectionKey() bool
HasProtectionKey returns a boolean if a field has been set.
func (o *UpdateRabbitMQTargetDetails) GetPwd() string
GetPwd returns the Pwd field if non-nil, zero value otherwise.
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.
func (o *UpdateRabbitMQTargetDetails) SetPwd(v string)
SetPwd sets Pwd field to given value.
func (o *UpdateRabbitMQTargetDetails) HasPwd() bool
HasPwd returns a boolean if a field has been set.
func (o *UpdateRabbitMQTargetDetails) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
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.
func (o *UpdateRabbitMQTargetDetails) SetToken(v string)
SetToken sets Token field to given value.
func (o *UpdateRabbitMQTargetDetails) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *UpdateRabbitMQTargetDetails) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
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.
func (o *UpdateRabbitMQTargetDetails) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *UpdateRabbitMQTargetDetails) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *UpdateRabbitMQTargetDetails) GetUri() string
GetUri returns the Uri field if non-nil, zero value otherwise.
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.
func (o *UpdateRabbitMQTargetDetails) SetUri(v string)
SetUri sets Uri field to given value.
func (o *UpdateRabbitMQTargetDetails) HasUri() bool
HasUri returns a boolean if a field has been set.
func (o *UpdateRabbitMQTargetDetails) GetUser() string
GetUser returns the User field if non-nil, zero value otherwise.
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.
func (o *UpdateRabbitMQTargetDetails) SetUser(v string)
SetUser sets User field to given value.
func (o *UpdateRabbitMQTargetDetails) HasUser() bool
HasUser returns a boolean if a field has been set.