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] |
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] |
Url | Pointer to string | [optional] |
func NewUpdateWebTargetDetails(name string, ) *UpdateWebTargetDetails
NewUpdateWebTargetDetails instantiates a new UpdateWebTargetDetails 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 NewUpdateWebTargetDetailsWithDefaults() *UpdateWebTargetDetails
NewUpdateWebTargetDetailsWithDefaults instantiates a new UpdateWebTargetDetails 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 *UpdateWebTargetDetails) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *UpdateWebTargetDetails) 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 *UpdateWebTargetDetails) SetJson(v bool)
SetJson sets Json field to given value.
func (o *UpdateWebTargetDetails) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *UpdateWebTargetDetails) GetKeepPrevVersion() string
GetKeepPrevVersion returns the KeepPrevVersion field if non-nil, zero value otherwise.
func (o *UpdateWebTargetDetails) 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 *UpdateWebTargetDetails) SetKeepPrevVersion(v string)
SetKeepPrevVersion sets KeepPrevVersion field to given value.
func (o *UpdateWebTargetDetails) HasKeepPrevVersion() bool
HasKeepPrevVersion returns a boolean if a field has been set.
func (o *UpdateWebTargetDetails) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *UpdateWebTargetDetails) 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 *UpdateWebTargetDetails) SetName(v string)
SetName sets Name field to given value.
func (o *UpdateWebTargetDetails) GetNewVersion() bool
GetNewVersion returns the NewVersion field if non-nil, zero value otherwise.
func (o *UpdateWebTargetDetails) 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 *UpdateWebTargetDetails) SetNewVersion(v bool)
SetNewVersion sets NewVersion field to given value.
func (o *UpdateWebTargetDetails) HasNewVersion() bool
HasNewVersion returns a boolean if a field has been set.
func (o *UpdateWebTargetDetails) GetProtectionKey() string
GetProtectionKey returns the ProtectionKey field if non-nil, zero value otherwise.
func (o *UpdateWebTargetDetails) 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 *UpdateWebTargetDetails) SetProtectionKey(v string)
SetProtectionKey sets ProtectionKey field to given value.
func (o *UpdateWebTargetDetails) HasProtectionKey() bool
HasProtectionKey returns a boolean if a field has been set.
func (o *UpdateWebTargetDetails) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *UpdateWebTargetDetails) 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 *UpdateWebTargetDetails) SetToken(v string)
SetToken sets Token field to given value.
func (o *UpdateWebTargetDetails) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *UpdateWebTargetDetails) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *UpdateWebTargetDetails) 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 *UpdateWebTargetDetails) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *UpdateWebTargetDetails) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *UpdateWebTargetDetails) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *UpdateWebTargetDetails) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateWebTargetDetails) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *UpdateWebTargetDetails) HasUrl() bool
HasUrl returns a boolean if a field has been set.