| Name | Type | Description | Notes |
|---|---|---|---|
| HeaderName | Pointer to string | [optional] | |
| HmacSecretFormVariableKey | Pointer to string | [optional] |
func NewHMACSignature() *HMACSignature
NewHMACSignature instantiates a new HMACSignature 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 NewHMACSignatureWithDefaults() *HMACSignature
NewHMACSignatureWithDefaults instantiates a new HMACSignature 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 *HMACSignature) GetHeaderName() string
GetHeaderName returns the HeaderName field if non-nil, zero value otherwise.
func (o *HMACSignature) GetHeaderNameOk() (*string, bool)
GetHeaderNameOk returns a tuple with the HeaderName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HMACSignature) SetHeaderName(v string)
SetHeaderName sets HeaderName field to given value.
func (o *HMACSignature) HasHeaderName() bool
HasHeaderName returns a boolean if a field has been set.
func (o *HMACSignature) GetHmacSecretFormVariableKey() string
GetHmacSecretFormVariableKey returns the HmacSecretFormVariableKey field if non-nil, zero value otherwise.
func (o *HMACSignature) GetHmacSecretFormVariableKeyOk() (*string, bool)
GetHmacSecretFormVariableKeyOk returns a tuple with the HmacSecretFormVariableKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HMACSignature) SetHmacSecretFormVariableKey(v string)
SetHmacSecretFormVariableKey sets HmacSecretFormVariableKey field to given value.
func (o *HMACSignature) HasHmacSecretFormVariableKey() bool
HasHmacSecretFormVariableKey returns a boolean if a field has been set.