Name | Type | Description | Notes |
---|---|---|---|
Json | Pointer to bool | Set output format to JSON | [optional] |
KeepPrevVersion | Pointer to string | [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] |
RabbitmqServerPassword | Pointer to string | [optional] | |
RabbitmqServerUri | Pointer to string | [optional] | |
RabbitmqServerUser | 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] |
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) GetRabbitmqServerPassword() string
GetRabbitmqServerPassword returns the RabbitmqServerPassword field if non-nil, zero value otherwise.
func (o *UpdateRabbitMQTargetDetails) GetRabbitmqServerPasswordOk() (*string, bool)
GetRabbitmqServerPasswordOk returns a tuple with the RabbitmqServerPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateRabbitMQTargetDetails) SetRabbitmqServerPassword(v string)
SetRabbitmqServerPassword sets RabbitmqServerPassword field to given value.
func (o *UpdateRabbitMQTargetDetails) HasRabbitmqServerPassword() bool
HasRabbitmqServerPassword returns a boolean if a field has been set.
func (o *UpdateRabbitMQTargetDetails) GetRabbitmqServerUri() string
GetRabbitmqServerUri returns the RabbitmqServerUri field if non-nil, zero value otherwise.
func (o *UpdateRabbitMQTargetDetails) GetRabbitmqServerUriOk() (*string, bool)
GetRabbitmqServerUriOk returns a tuple with the RabbitmqServerUri field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateRabbitMQTargetDetails) SetRabbitmqServerUri(v string)
SetRabbitmqServerUri sets RabbitmqServerUri field to given value.
func (o *UpdateRabbitMQTargetDetails) HasRabbitmqServerUri() bool
HasRabbitmqServerUri returns a boolean if a field has been set.
func (o *UpdateRabbitMQTargetDetails) GetRabbitmqServerUser() string
GetRabbitmqServerUser returns the RabbitmqServerUser field if non-nil, zero value otherwise.
func (o *UpdateRabbitMQTargetDetails) GetRabbitmqServerUserOk() (*string, bool)
GetRabbitmqServerUserOk returns a tuple with the RabbitmqServerUser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateRabbitMQTargetDetails) SetRabbitmqServerUser(v string)
SetRabbitmqServerUser sets RabbitmqServerUser field to given value.
func (o *UpdateRabbitMQTargetDetails) HasRabbitmqServerUser() bool
HasRabbitmqServerUser 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.