Name | Type | Description | Notes |
---|---|---|---|
X5tS256 | Pointer to string | [optional] | |
Jkt | Pointer to string | [optional] |
func NewConfirmation() *Confirmation
NewConfirmation instantiates a new Confirmation 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 NewConfirmationWithDefaults() *Confirmation
NewConfirmationWithDefaults instantiates a new Confirmation 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 *Confirmation) GetX5tS256() string
GetX5tS256 returns the X5tS256 field if non-nil, zero value otherwise.
func (o *Confirmation) GetX5tS256Ok() (*string, bool)
GetX5tS256Ok returns a tuple with the X5tS256 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Confirmation) SetX5tS256(v string)
SetX5tS256 sets X5tS256 field to given value.
func (o *Confirmation) HasX5tS256() bool
HasX5tS256 returns a boolean if a field has been set.
func (o *Confirmation) GetJkt() string
GetJkt returns the Jkt field if non-nil, zero value otherwise.
func (o *Confirmation) GetJktOk() (*string, bool)
GetJktOk returns a tuple with the Jkt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Confirmation) SetJkt(v string)
SetJkt sets Jkt field to given value.
func (o *Confirmation) HasJkt() bool
HasJkt returns a boolean if a field has been set.