Name | Type | Description | Notes |
---|---|---|---|
AdUserOrGroupId | Pointer to string | SID of the user or group for whom this is the home site.<br>Supported Filters: 'Equals'. | [optional] |
GlobalApplicationEntitlementId | Pointer to string | ID of the Global Application Entitlement for which this site is the overriding home site.<br>Supported Filters: 'Equals'. | [optional] |
GlobalDesktopEntitlementId | Pointer to string | ID of the Global Desktop Entitlement for which this site is the overriding home site.<br>Supported Filters: 'Equals'. | [optional] |
Id | Pointer to string | Unique ID representing this home site assignment.<br>Supported Filters: 'Equals'. | [optional] |
SiteId | Pointer to string | ID representing this home site.<br>Supported Filters: 'Equals'. | [optional] |
func NewHomeSiteInfo() *HomeSiteInfo
NewHomeSiteInfo instantiates a new HomeSiteInfo 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 NewHomeSiteInfoWithDefaults() *HomeSiteInfo
NewHomeSiteInfoWithDefaults instantiates a new HomeSiteInfo 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 *HomeSiteInfo) GetAdUserOrGroupId() string
GetAdUserOrGroupId returns the AdUserOrGroupId field if non-nil, zero value otherwise.
func (o *HomeSiteInfo) GetAdUserOrGroupIdOk() (*string, bool)
GetAdUserOrGroupIdOk returns a tuple with the AdUserOrGroupId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HomeSiteInfo) SetAdUserOrGroupId(v string)
SetAdUserOrGroupId sets AdUserOrGroupId field to given value.
func (o *HomeSiteInfo) HasAdUserOrGroupId() bool
HasAdUserOrGroupId returns a boolean if a field has been set.
func (o *HomeSiteInfo) GetGlobalApplicationEntitlementId() string
GetGlobalApplicationEntitlementId returns the GlobalApplicationEntitlementId field if non-nil, zero value otherwise.
func (o *HomeSiteInfo) GetGlobalApplicationEntitlementIdOk() (*string, bool)
GetGlobalApplicationEntitlementIdOk returns a tuple with the GlobalApplicationEntitlementId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HomeSiteInfo) SetGlobalApplicationEntitlementId(v string)
SetGlobalApplicationEntitlementId sets GlobalApplicationEntitlementId field to given value.
func (o *HomeSiteInfo) HasGlobalApplicationEntitlementId() bool
HasGlobalApplicationEntitlementId returns a boolean if a field has been set.
func (o *HomeSiteInfo) GetGlobalDesktopEntitlementId() string
GetGlobalDesktopEntitlementId returns the GlobalDesktopEntitlementId field if non-nil, zero value otherwise.
func (o *HomeSiteInfo) GetGlobalDesktopEntitlementIdOk() (*string, bool)
GetGlobalDesktopEntitlementIdOk returns a tuple with the GlobalDesktopEntitlementId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HomeSiteInfo) SetGlobalDesktopEntitlementId(v string)
SetGlobalDesktopEntitlementId sets GlobalDesktopEntitlementId field to given value.
func (o *HomeSiteInfo) HasGlobalDesktopEntitlementId() bool
HasGlobalDesktopEntitlementId returns a boolean if a field has been set.
func (o *HomeSiteInfo) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *HomeSiteInfo) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HomeSiteInfo) SetId(v string)
SetId sets Id field to given value.
func (o *HomeSiteInfo) HasId() bool
HasId returns a boolean if a field has been set.
func (o *HomeSiteInfo) GetSiteId() string
GetSiteId returns the SiteId field if non-nil, zero value otherwise.
func (o *HomeSiteInfo) GetSiteIdOk() (*string, bool)
GetSiteIdOk returns a tuple with the SiteId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HomeSiteInfo) SetSiteId(v string)
SetSiteId sets SiteId field to given value.
func (o *HomeSiteInfo) HasSiteId() bool
HasSiteId returns a boolean if a field has been set.