Skip to content

Latest commit

 

History

History
363 lines (196 loc) · 10.3 KB

UpdateRabbitMQTarget.md

File metadata and controls

363 lines (196 loc) · 10.3 KB

UpdateRabbitMQTarget

Properties

Name Type Description Notes
Comment Pointer to string Deprecated - use description [optional]
Description Pointer to string Description of the object [optional]
Json Pointer to bool Set output format to JSON [optional]
KeepPrevVersion Pointer to string [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]
Name string Target name
NewName Pointer to string New target name [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]
UpdateVersion Pointer to bool Deprecated [optional]

Methods

NewUpdateRabbitMQTarget

func NewUpdateRabbitMQTarget(name string, ) *UpdateRabbitMQTarget

NewUpdateRabbitMQTarget instantiates a new UpdateRabbitMQTarget 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

NewUpdateRabbitMQTargetWithDefaults

func NewUpdateRabbitMQTargetWithDefaults() *UpdateRabbitMQTarget

NewUpdateRabbitMQTargetWithDefaults instantiates a new UpdateRabbitMQTarget 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

GetComment

func (o *UpdateRabbitMQTarget) GetComment() string

GetComment returns the Comment field if non-nil, zero value otherwise.

GetCommentOk

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

SetComment

func (o *UpdateRabbitMQTarget) SetComment(v string)

SetComment sets Comment field to given value.

HasComment

func (o *UpdateRabbitMQTarget) HasComment() bool

HasComment returns a boolean if a field has been set.

GetDescription

func (o *UpdateRabbitMQTarget) GetDescription() string

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

GetDescriptionOk

func (o *UpdateRabbitMQTarget) 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 *UpdateRabbitMQTarget) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *UpdateRabbitMQTarget) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetJson

func (o *UpdateRabbitMQTarget) GetJson() bool

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

GetJsonOk

func (o *UpdateRabbitMQTarget) 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 *UpdateRabbitMQTarget) SetJson(v bool)

SetJson sets Json field to given value.

HasJson

func (o *UpdateRabbitMQTarget) HasJson() bool

HasJson returns a boolean if a field has been set.

GetKeepPrevVersion

func (o *UpdateRabbitMQTarget) GetKeepPrevVersion() string

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

GetKeepPrevVersionOk

func (o *UpdateRabbitMQTarget) 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 *UpdateRabbitMQTarget) SetKeepPrevVersion(v string)

SetKeepPrevVersion sets KeepPrevVersion field to given value.

HasKeepPrevVersion

func (o *UpdateRabbitMQTarget) HasKeepPrevVersion() bool

HasKeepPrevVersion returns a boolean if a field has been set.

GetKey

func (o *UpdateRabbitMQTarget) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

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

SetKey

func (o *UpdateRabbitMQTarget) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *UpdateRabbitMQTarget) HasKey() bool

HasKey returns a boolean if a field has been set.

GetName

func (o *UpdateRabbitMQTarget) GetName() string

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

GetNameOk

func (o *UpdateRabbitMQTarget) 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 *UpdateRabbitMQTarget) SetName(v string)

SetName sets Name field to given value.

GetNewName

func (o *UpdateRabbitMQTarget) GetNewName() string

GetNewName returns the NewName field if non-nil, zero value otherwise.

GetNewNameOk

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

SetNewName

func (o *UpdateRabbitMQTarget) SetNewName(v string)

SetNewName sets NewName field to given value.

HasNewName

func (o *UpdateRabbitMQTarget) HasNewName() bool

HasNewName returns a boolean if a field has been set.

GetRabbitmqServerPassword

func (o *UpdateRabbitMQTarget) GetRabbitmqServerPassword() string

GetRabbitmqServerPassword returns the RabbitmqServerPassword field if non-nil, zero value otherwise.

GetRabbitmqServerPasswordOk

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

SetRabbitmqServerPassword

func (o *UpdateRabbitMQTarget) SetRabbitmqServerPassword(v string)

SetRabbitmqServerPassword sets RabbitmqServerPassword field to given value.

HasRabbitmqServerPassword

func (o *UpdateRabbitMQTarget) HasRabbitmqServerPassword() bool

HasRabbitmqServerPassword returns a boolean if a field has been set.

GetRabbitmqServerUri

func (o *UpdateRabbitMQTarget) GetRabbitmqServerUri() string

GetRabbitmqServerUri returns the RabbitmqServerUri field if non-nil, zero value otherwise.

GetRabbitmqServerUriOk

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

SetRabbitmqServerUri

func (o *UpdateRabbitMQTarget) SetRabbitmqServerUri(v string)

SetRabbitmqServerUri sets RabbitmqServerUri field to given value.

HasRabbitmqServerUri

func (o *UpdateRabbitMQTarget) HasRabbitmqServerUri() bool

HasRabbitmqServerUri returns a boolean if a field has been set.

GetRabbitmqServerUser

func (o *UpdateRabbitMQTarget) GetRabbitmqServerUser() string

GetRabbitmqServerUser returns the RabbitmqServerUser field if non-nil, zero value otherwise.

GetRabbitmqServerUserOk

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

SetRabbitmqServerUser

func (o *UpdateRabbitMQTarget) SetRabbitmqServerUser(v string)

SetRabbitmqServerUser sets RabbitmqServerUser field to given value.

HasRabbitmqServerUser

func (o *UpdateRabbitMQTarget) HasRabbitmqServerUser() bool

HasRabbitmqServerUser returns a boolean if a field has been set.

GetToken

func (o *UpdateRabbitMQTarget) GetToken() string

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

GetTokenOk

func (o *UpdateRabbitMQTarget) 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 *UpdateRabbitMQTarget) SetToken(v string)

SetToken sets Token field to given value.

HasToken

func (o *UpdateRabbitMQTarget) HasToken() bool

HasToken returns a boolean if a field has been set.

GetUidToken

func (o *UpdateRabbitMQTarget) GetUidToken() string

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

GetUidTokenOk

func (o *UpdateRabbitMQTarget) 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 *UpdateRabbitMQTarget) SetUidToken(v string)

SetUidToken sets UidToken field to given value.

HasUidToken

func (o *UpdateRabbitMQTarget) HasUidToken() bool

HasUidToken returns a boolean if a field has been set.

GetUpdateVersion

func (o *UpdateRabbitMQTarget) GetUpdateVersion() bool

GetUpdateVersion returns the UpdateVersion field if non-nil, zero value otherwise.

GetUpdateVersionOk

func (o *UpdateRabbitMQTarget) GetUpdateVersionOk() (*bool, bool)

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

SetUpdateVersion

func (o *UpdateRabbitMQTarget) SetUpdateVersion(v bool)

SetUpdateVersion sets UpdateVersion field to given value.

HasUpdateVersion

func (o *UpdateRabbitMQTarget) HasUpdateVersion() bool

HasUpdateVersion returns a boolean if a field has been set.

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