| Name | Type | Description | Notes |
|---|---|---|---|
| Audience | Pointer to string | [optional] | |
| ExpirationDate | Pointer to string | [optional] | |
| HecTokenName | Pointer to string | [optional] | |
| Token | Pointer to string | [optional] | |
| TokenId | Pointer to string | [optional] | |
| TokenOwner | Pointer to string | [optional] | |
| ValidityPeriodDays | Pointer to int64 | [optional] |
func NewSplunkPayload() *SplunkPayload
NewSplunkPayload instantiates a new SplunkPayload 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 NewSplunkPayloadWithDefaults() *SplunkPayload
NewSplunkPayloadWithDefaults instantiates a new SplunkPayload 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 *SplunkPayload) GetAudience() string
GetAudience returns the Audience field if non-nil, zero value otherwise.
func (o *SplunkPayload) GetAudienceOk() (*string, bool)
GetAudienceOk returns a tuple with the Audience field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SplunkPayload) SetAudience(v string)
SetAudience sets Audience field to given value.
func (o *SplunkPayload) HasAudience() bool
HasAudience returns a boolean if a field has been set.
func (o *SplunkPayload) GetExpirationDate() string
GetExpirationDate returns the ExpirationDate field if non-nil, zero value otherwise.
func (o *SplunkPayload) GetExpirationDateOk() (*string, bool)
GetExpirationDateOk returns a tuple with the ExpirationDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SplunkPayload) SetExpirationDate(v string)
SetExpirationDate sets ExpirationDate field to given value.
func (o *SplunkPayload) HasExpirationDate() bool
HasExpirationDate returns a boolean if a field has been set.
func (o *SplunkPayload) GetHecTokenName() string
GetHecTokenName returns the HecTokenName field if non-nil, zero value otherwise.
func (o *SplunkPayload) GetHecTokenNameOk() (*string, bool)
GetHecTokenNameOk returns a tuple with the HecTokenName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SplunkPayload) SetHecTokenName(v string)
SetHecTokenName sets HecTokenName field to given value.
func (o *SplunkPayload) HasHecTokenName() bool
HasHecTokenName returns a boolean if a field has been set.
func (o *SplunkPayload) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *SplunkPayload) 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 *SplunkPayload) SetToken(v string)
SetToken sets Token field to given value.
func (o *SplunkPayload) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *SplunkPayload) GetTokenId() string
GetTokenId returns the TokenId field if non-nil, zero value otherwise.
func (o *SplunkPayload) GetTokenIdOk() (*string, bool)
GetTokenIdOk returns a tuple with the TokenId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SplunkPayload) SetTokenId(v string)
SetTokenId sets TokenId field to given value.
func (o *SplunkPayload) HasTokenId() bool
HasTokenId returns a boolean if a field has been set.
func (o *SplunkPayload) GetTokenOwner() string
GetTokenOwner returns the TokenOwner field if non-nil, zero value otherwise.
func (o *SplunkPayload) GetTokenOwnerOk() (*string, bool)
GetTokenOwnerOk returns a tuple with the TokenOwner field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SplunkPayload) SetTokenOwner(v string)
SetTokenOwner sets TokenOwner field to given value.
func (o *SplunkPayload) HasTokenOwner() bool
HasTokenOwner returns a boolean if a field has been set.
func (o *SplunkPayload) GetValidityPeriodDays() int64
GetValidityPeriodDays returns the ValidityPeriodDays field if non-nil, zero value otherwise.
func (o *SplunkPayload) GetValidityPeriodDaysOk() (*int64, bool)
GetValidityPeriodDaysOk returns a tuple with the ValidityPeriodDays field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SplunkPayload) SetValidityPeriodDays(v int64)
SetValidityPeriodDays sets ValidityPeriodDays field to given value.
func (o *SplunkPayload) HasValidityPeriodDays() bool
HasValidityPeriodDays returns a boolean if a field has been set.