Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 5.63 KB

File metadata and controls

212 lines (115 loc) · 5.63 KB

SplunkPayload

Properties

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]

Methods

NewSplunkPayload

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

NewSplunkPayloadWithDefaults

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

GetAudience

func (o *SplunkPayload) GetAudience() string

GetAudience returns the Audience field if non-nil, zero value otherwise.

GetAudienceOk

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.

SetAudience

func (o *SplunkPayload) SetAudience(v string)

SetAudience sets Audience field to given value.

HasAudience

func (o *SplunkPayload) HasAudience() bool

HasAudience returns a boolean if a field has been set.

GetExpirationDate

func (o *SplunkPayload) GetExpirationDate() string

GetExpirationDate returns the ExpirationDate field if non-nil, zero value otherwise.

GetExpirationDateOk

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.

SetExpirationDate

func (o *SplunkPayload) SetExpirationDate(v string)

SetExpirationDate sets ExpirationDate field to given value.

HasExpirationDate

func (o *SplunkPayload) HasExpirationDate() bool

HasExpirationDate returns a boolean if a field has been set.

GetHecTokenName

func (o *SplunkPayload) GetHecTokenName() string

GetHecTokenName returns the HecTokenName field if non-nil, zero value otherwise.

GetHecTokenNameOk

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.

SetHecTokenName

func (o *SplunkPayload) SetHecTokenName(v string)

SetHecTokenName sets HecTokenName field to given value.

HasHecTokenName

func (o *SplunkPayload) HasHecTokenName() bool

HasHecTokenName returns a boolean if a field has been set.

GetToken

func (o *SplunkPayload) GetToken() string

GetToken returns the Token field if non-nil, zero value otherwise.

GetTokenOk

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.

SetToken

func (o *SplunkPayload) SetToken(v string)

SetToken sets Token field to given value.

HasToken

func (o *SplunkPayload) HasToken() bool

HasToken returns a boolean if a field has been set.

GetTokenId

func (o *SplunkPayload) GetTokenId() string

GetTokenId returns the TokenId field if non-nil, zero value otherwise.

GetTokenIdOk

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.

SetTokenId

func (o *SplunkPayload) SetTokenId(v string)

SetTokenId sets TokenId field to given value.

HasTokenId

func (o *SplunkPayload) HasTokenId() bool

HasTokenId returns a boolean if a field has been set.

GetTokenOwner

func (o *SplunkPayload) GetTokenOwner() string

GetTokenOwner returns the TokenOwner field if non-nil, zero value otherwise.

GetTokenOwnerOk

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.

SetTokenOwner

func (o *SplunkPayload) SetTokenOwner(v string)

SetTokenOwner sets TokenOwner field to given value.

HasTokenOwner

func (o *SplunkPayload) HasTokenOwner() bool

HasTokenOwner returns a boolean if a field has been set.

GetValidityPeriodDays

func (o *SplunkPayload) GetValidityPeriodDays() int64

GetValidityPeriodDays returns the ValidityPeriodDays field if non-nil, zero value otherwise.

GetValidityPeriodDaysOk

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.

SetValidityPeriodDays

func (o *SplunkPayload) SetValidityPeriodDays(v int64)

SetValidityPeriodDays sets ValidityPeriodDays field to given value.

HasValidityPeriodDays

func (o *SplunkPayload) HasValidityPeriodDays() bool

HasValidityPeriodDays returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]