Name | Type | Description | Notes |
---|---|---|---|
Fork | Pointer to bool | Create a new child token with default parameters | [optional] |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
SendManualAckToken | Pointer to string | The new rotated token to send manual ack for (with uid-token=the-orig-token) | [optional] |
UidToken | Pointer to string | The Universal identity token | [optional] |
WithManualAck | Pointer to bool | Disable automatic ack | [optional] |
func NewUidRotateToken() *UidRotateToken
NewUidRotateToken instantiates a new UidRotateToken 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 NewUidRotateTokenWithDefaults() *UidRotateToken
NewUidRotateTokenWithDefaults instantiates a new UidRotateToken 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 *UidRotateToken) GetFork() bool
GetFork returns the Fork field if non-nil, zero value otherwise.
func (o *UidRotateToken) GetForkOk() (*bool, bool)
GetForkOk returns a tuple with the Fork field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UidRotateToken) SetFork(v bool)
SetFork sets Fork field to given value.
func (o *UidRotateToken) HasFork() bool
HasFork returns a boolean if a field has been set.
func (o *UidRotateToken) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *UidRotateToken) 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 *UidRotateToken) SetJson(v bool)
SetJson sets Json field to given value.
func (o *UidRotateToken) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *UidRotateToken) GetSendManualAckToken() string
GetSendManualAckToken returns the SendManualAckToken field if non-nil, zero value otherwise.
func (o *UidRotateToken) GetSendManualAckTokenOk() (*string, bool)
GetSendManualAckTokenOk returns a tuple with the SendManualAckToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UidRotateToken) SetSendManualAckToken(v string)
SetSendManualAckToken sets SendManualAckToken field to given value.
func (o *UidRotateToken) HasSendManualAckToken() bool
HasSendManualAckToken returns a boolean if a field has been set.
func (o *UidRotateToken) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *UidRotateToken) 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 *UidRotateToken) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *UidRotateToken) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *UidRotateToken) GetWithManualAck() bool
GetWithManualAck returns the WithManualAck field if non-nil, zero value otherwise.
func (o *UidRotateToken) GetWithManualAckOk() (*bool, bool)
GetWithManualAckOk returns a tuple with the WithManualAck field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UidRotateToken) SetWithManualAck(v bool)
SetWithManualAck sets WithManualAck field to given value.
func (o *UidRotateToken) HasWithManualAck() bool
HasWithManualAck returns a boolean if a field has been set.