Name | Type | Description | Notes |
---|---|---|---|
FailoverUrl | Pointer to string | [optional] | |
GenerationTime | Pointer to int64 | Generation time of failover key | [optional] |
func NewSsoFailoverData() *SsoFailoverData
NewSsoFailoverData instantiates a new SsoFailoverData 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 NewSsoFailoverDataWithDefaults() *SsoFailoverData
NewSsoFailoverDataWithDefaults instantiates a new SsoFailoverData 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 *SsoFailoverData) GetFailoverUrl() string
GetFailoverUrl returns the FailoverUrl field if non-nil, zero value otherwise.
func (o *SsoFailoverData) GetFailoverUrlOk() (*string, bool)
GetFailoverUrlOk returns a tuple with the FailoverUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SsoFailoverData) SetFailoverUrl(v string)
SetFailoverUrl sets FailoverUrl field to given value.
func (o *SsoFailoverData) HasFailoverUrl() bool
HasFailoverUrl returns a boolean if a field has been set.
func (o *SsoFailoverData) GetGenerationTime() int64
GetGenerationTime returns the GenerationTime field if non-nil, zero value otherwise.
func (o *SsoFailoverData) GetGenerationTimeOk() (*int64, bool)
GetGenerationTimeOk returns a tuple with the GenerationTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SsoFailoverData) SetGenerationTime(v int64)
SetGenerationTime sets GenerationTime field to given value.
func (o *SsoFailoverData) HasGenerationTime() bool
HasGenerationTime returns a boolean if a field has been set.