Name | Type | Description | Notes |
---|---|---|---|
GlobalApplicationEntitlementId | Pointer to string | ID of the Global Application Entitlement associated with this pod assignment.<br>Supported Filters: 'Equals'. | [optional] |
GlobalDesktopEntitlementId | Pointer to string | ID of the Global Desktop Entitlement associated with this pod assignment.<br>Supported Filters: 'Equals'. | [optional] |
Id | Pointer to string | Unique ID representing this pod assignment.<br>Supported Filters: 'Equals'. | [optional] |
PodId | Pointer to string | ID representing the pod associated with this pod assignment.<br>Supported Filters: 'Equals'. | [optional] |
UserId | Pointer to string | SID of the user associated with this pod assignment.<br>Supported Filters: 'Equals'. | [optional] |
func NewPodAssignmentInfo() *PodAssignmentInfo
NewPodAssignmentInfo instantiates a new PodAssignmentInfo 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 NewPodAssignmentInfoWithDefaults() *PodAssignmentInfo
NewPodAssignmentInfoWithDefaults instantiates a new PodAssignmentInfo 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 *PodAssignmentInfo) GetGlobalApplicationEntitlementId() string
GetGlobalApplicationEntitlementId returns the GlobalApplicationEntitlementId field if non-nil, zero value otherwise.
func (o *PodAssignmentInfo) 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 *PodAssignmentInfo) SetGlobalApplicationEntitlementId(v string)
SetGlobalApplicationEntitlementId sets GlobalApplicationEntitlementId field to given value.
func (o *PodAssignmentInfo) HasGlobalApplicationEntitlementId() bool
HasGlobalApplicationEntitlementId returns a boolean if a field has been set.
func (o *PodAssignmentInfo) GetGlobalDesktopEntitlementId() string
GetGlobalDesktopEntitlementId returns the GlobalDesktopEntitlementId field if non-nil, zero value otherwise.
func (o *PodAssignmentInfo) 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 *PodAssignmentInfo) SetGlobalDesktopEntitlementId(v string)
SetGlobalDesktopEntitlementId sets GlobalDesktopEntitlementId field to given value.
func (o *PodAssignmentInfo) HasGlobalDesktopEntitlementId() bool
HasGlobalDesktopEntitlementId returns a boolean if a field has been set.
func (o *PodAssignmentInfo) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *PodAssignmentInfo) 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 *PodAssignmentInfo) SetId(v string)
SetId sets Id field to given value.
func (o *PodAssignmentInfo) HasId() bool
HasId returns a boolean if a field has been set.
func (o *PodAssignmentInfo) GetPodId() string
GetPodId returns the PodId field if non-nil, zero value otherwise.
func (o *PodAssignmentInfo) GetPodIdOk() (*string, bool)
GetPodIdOk returns a tuple with the PodId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PodAssignmentInfo) SetPodId(v string)
SetPodId sets PodId field to given value.
func (o *PodAssignmentInfo) HasPodId() bool
HasPodId returns a boolean if a field has been set.
func (o *PodAssignmentInfo) GetUserId() string
GetUserId returns the UserId field if non-nil, zero value otherwise.
func (o *PodAssignmentInfo) GetUserIdOk() (*string, bool)
GetUserIdOk returns a tuple with the UserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PodAssignmentInfo) SetUserId(v string)
SetUserId sets UserId field to given value.
func (o *PodAssignmentInfo) HasUserId() bool
HasUserId returns a boolean if a field has been set.