| Name | Type | Description | Notes |
|---|---|---|---|
| Url | string | ||
| ProviderName | Pointer to NullableString | [optional] | |
| Binding | Pointer to NullableString | [optional] | |
| SamlRequest | Pointer to NullableString | [optional] | |
| SamlResponse | Pointer to NullableString | [optional] | |
| SamlRelayState | Pointer to NullableString | [optional] |
func NewLogoutURL(url string, ) *LogoutURL
NewLogoutURL instantiates a new LogoutURL 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 NewLogoutURLWithDefaults() *LogoutURL
NewLogoutURLWithDefaults instantiates a new LogoutURL 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 *LogoutURL) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *LogoutURL) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogoutURL) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *LogoutURL) GetProviderName() string
GetProviderName returns the ProviderName field if non-nil, zero value otherwise.
func (o *LogoutURL) GetProviderNameOk() (*string, bool)
GetProviderNameOk returns a tuple with the ProviderName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogoutURL) SetProviderName(v string)
SetProviderName sets ProviderName field to given value.
func (o *LogoutURL) HasProviderName() bool
HasProviderName returns a boolean if a field has been set.
func (o *LogoutURL) SetProviderNameNil(b bool)
SetProviderNameNil sets the value for ProviderName to be an explicit nil
func (o *LogoutURL) UnsetProviderName()
UnsetProviderName ensures that no value is present for ProviderName, not even an explicit nil
func (o *LogoutURL) GetBinding() string
GetBinding returns the Binding field if non-nil, zero value otherwise.
func (o *LogoutURL) GetBindingOk() (*string, bool)
GetBindingOk returns a tuple with the Binding field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogoutURL) SetBinding(v string)
SetBinding sets Binding field to given value.
func (o *LogoutURL) HasBinding() bool
HasBinding returns a boolean if a field has been set.
func (o *LogoutURL) SetBindingNil(b bool)
SetBindingNil sets the value for Binding to be an explicit nil
func (o *LogoutURL) UnsetBinding()
UnsetBinding ensures that no value is present for Binding, not even an explicit nil
func (o *LogoutURL) GetSamlRequest() string
GetSamlRequest returns the SamlRequest field if non-nil, zero value otherwise.
func (o *LogoutURL) GetSamlRequestOk() (*string, bool)
GetSamlRequestOk returns a tuple with the SamlRequest field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogoutURL) SetSamlRequest(v string)
SetSamlRequest sets SamlRequest field to given value.
func (o *LogoutURL) HasSamlRequest() bool
HasSamlRequest returns a boolean if a field has been set.
func (o *LogoutURL) SetSamlRequestNil(b bool)
SetSamlRequestNil sets the value for SamlRequest to be an explicit nil
func (o *LogoutURL) UnsetSamlRequest()
UnsetSamlRequest ensures that no value is present for SamlRequest, not even an explicit nil
func (o *LogoutURL) GetSamlResponse() string
GetSamlResponse returns the SamlResponse field if non-nil, zero value otherwise.
func (o *LogoutURL) GetSamlResponseOk() (*string, bool)
GetSamlResponseOk returns a tuple with the SamlResponse field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogoutURL) SetSamlResponse(v string)
SetSamlResponse sets SamlResponse field to given value.
func (o *LogoutURL) HasSamlResponse() bool
HasSamlResponse returns a boolean if a field has been set.
func (o *LogoutURL) SetSamlResponseNil(b bool)
SetSamlResponseNil sets the value for SamlResponse to be an explicit nil
func (o *LogoutURL) UnsetSamlResponse()
UnsetSamlResponse ensures that no value is present for SamlResponse, not even an explicit nil
func (o *LogoutURL) GetSamlRelayState() string
GetSamlRelayState returns the SamlRelayState field if non-nil, zero value otherwise.
func (o *LogoutURL) GetSamlRelayStateOk() (*string, bool)
GetSamlRelayStateOk returns a tuple with the SamlRelayState field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogoutURL) SetSamlRelayState(v string)
SetSamlRelayState sets SamlRelayState field to given value.
func (o *LogoutURL) HasSamlRelayState() bool
HasSamlRelayState returns a boolean if a field has been set.
func (o *LogoutURL) SetSamlRelayStateNil(b bool)
SetSamlRelayStateNil sets the value for SamlRelayState to be an explicit nil
func (o *LogoutURL) UnsetSamlRelayState()
UnsetSamlRelayState ensures that no value is present for SamlRelayState, not even an explicit nil