PortalLogoutConfigOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Domain | Pointer to string | The domain of the portal logout url | [optional] |
Methods
NewPortalLogoutConfigOpenApiVO
func NewPortalLogoutConfigOpenApiVO() *PortalLogoutConfigOpenApiVO
NewPortalLogoutConfigOpenApiVO instantiates a new PortalLogoutConfigOpenApiVO 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
NewPortalLogoutConfigOpenApiVOWithDefaults
func NewPortalLogoutConfigOpenApiVOWithDefaults() *PortalLogoutConfigOpenApiVO
NewPortalLogoutConfigOpenApiVOWithDefaults instantiates a new PortalLogoutConfigOpenApiVO 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
GetDomain
func (o *PortalLogoutConfigOpenApiVO) GetDomain() string
GetDomain returns the Domain field if non-nil, zero value otherwise.
GetDomainOk
func (o *PortalLogoutConfigOpenApiVO) GetDomainOk() (*string, bool)
GetDomainOk returns a tuple with the Domain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDomain
func (o *PortalLogoutConfigOpenApiVO) SetDomain(v string)
SetDomain sets Domain field to given value.
HasDomain
func (o *PortalLogoutConfigOpenApiVO) HasDomain() bool
HasDomain returns a boolean if a field has been set.