Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.76 KB

SingleLogout.md

File metadata and controls

108 lines (59 loc) · 2.76 KB

SingleLogout

Properties

Name Type Description Notes
Enabled Pointer to bool [optional]
Issuer Pointer to string [optional]
LogoutUrl Pointer to string [optional]

Methods

NewSingleLogout

func NewSingleLogout() *SingleLogout

NewSingleLogout instantiates a new SingleLogout 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

NewSingleLogoutWithDefaults

func NewSingleLogoutWithDefaults() *SingleLogout

NewSingleLogoutWithDefaults instantiates a new SingleLogout 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

GetEnabled

func (o *SingleLogout) GetEnabled() bool

GetEnabled returns the Enabled field if non-nil, zero value otherwise.

GetEnabledOk

func (o *SingleLogout) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEnabled

func (o *SingleLogout) SetEnabled(v bool)

SetEnabled sets Enabled field to given value.

HasEnabled

func (o *SingleLogout) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

GetIssuer

func (o *SingleLogout) GetIssuer() string

GetIssuer returns the Issuer field if non-nil, zero value otherwise.

GetIssuerOk

func (o *SingleLogout) GetIssuerOk() (*string, bool)

GetIssuerOk returns a tuple with the Issuer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIssuer

func (o *SingleLogout) SetIssuer(v string)

SetIssuer sets Issuer field to given value.

HasIssuer

func (o *SingleLogout) HasIssuer() bool

HasIssuer returns a boolean if a field has been set.

GetLogoutUrl

func (o *SingleLogout) GetLogoutUrl() string

GetLogoutUrl returns the LogoutUrl field if non-nil, zero value otherwise.

GetLogoutUrlOk

func (o *SingleLogout) GetLogoutUrlOk() (*string, bool)

GetLogoutUrlOk returns a tuple with the LogoutUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLogoutUrl

func (o *SingleLogout) SetLogoutUrl(v string)

SetLogoutUrl sets LogoutUrl field to given value.

HasLogoutUrl

func (o *SingleLogout) HasLogoutUrl() bool

HasLogoutUrl returns a boolean if a field has been set.

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