Files
plexgo/plextv/docs/GetGeoData200Response.md
2023-08-10 21:24:37 -05:00

247 lines
7.0 KiB
Markdown

# GetGeoData200Response
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **interface{}** | | [optional]
**Name** | Pointer to **interface{}** | | [optional]
**GuestUserID** | Pointer to **interface{}** | | [optional]
**GuestUserUUID** | Pointer to **interface{}** | | [optional]
**GuestEnabled** | Pointer to **interface{}** | | [optional]
**Subscription** | Pointer to **interface{}** | | [optional]
## Methods
### NewGetGeoData200Response
`func NewGetGeoData200Response() *GetGeoData200Response`
NewGetGeoData200Response instantiates a new GetGeoData200Response 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
### NewGetGeoData200ResponseWithDefaults
`func NewGetGeoData200ResponseWithDefaults() *GetGeoData200Response`
NewGetGeoData200ResponseWithDefaults instantiates a new GetGeoData200Response 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
### GetId
`func (o *GetGeoData200Response) GetId() interface{}`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *GetGeoData200Response) GetIdOk() (*interface{}, 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.
### SetId
`func (o *GetGeoData200Response) SetId(v interface{})`
SetId sets Id field to given value.
### HasId
`func (o *GetGeoData200Response) HasId() bool`
HasId returns a boolean if a field has been set.
### SetIdNil
`func (o *GetGeoData200Response) SetIdNil(b bool)`
SetIdNil sets the value for Id to be an explicit nil
### UnsetId
`func (o *GetGeoData200Response) UnsetId()`
UnsetId ensures that no value is present for Id, not even an explicit nil
### GetName
`func (o *GetGeoData200Response) GetName() interface{}`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *GetGeoData200Response) GetNameOk() (*interface{}, bool)`
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetName
`func (o *GetGeoData200Response) SetName(v interface{})`
SetName sets Name field to given value.
### HasName
`func (o *GetGeoData200Response) HasName() bool`
HasName returns a boolean if a field has been set.
### SetNameNil
`func (o *GetGeoData200Response) SetNameNil(b bool)`
SetNameNil sets the value for Name to be an explicit nil
### UnsetName
`func (o *GetGeoData200Response) UnsetName()`
UnsetName ensures that no value is present for Name, not even an explicit nil
### GetGuestUserID
`func (o *GetGeoData200Response) GetGuestUserID() interface{}`
GetGuestUserID returns the GuestUserID field if non-nil, zero value otherwise.
### GetGuestUserIDOk
`func (o *GetGeoData200Response) GetGuestUserIDOk() (*interface{}, bool)`
GetGuestUserIDOk returns a tuple with the GuestUserID field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetGuestUserID
`func (o *GetGeoData200Response) SetGuestUserID(v interface{})`
SetGuestUserID sets GuestUserID field to given value.
### HasGuestUserID
`func (o *GetGeoData200Response) HasGuestUserID() bool`
HasGuestUserID returns a boolean if a field has been set.
### SetGuestUserIDNil
`func (o *GetGeoData200Response) SetGuestUserIDNil(b bool)`
SetGuestUserIDNil sets the value for GuestUserID to be an explicit nil
### UnsetGuestUserID
`func (o *GetGeoData200Response) UnsetGuestUserID()`
UnsetGuestUserID ensures that no value is present for GuestUserID, not even an explicit nil
### GetGuestUserUUID
`func (o *GetGeoData200Response) GetGuestUserUUID() interface{}`
GetGuestUserUUID returns the GuestUserUUID field if non-nil, zero value otherwise.
### GetGuestUserUUIDOk
`func (o *GetGeoData200Response) GetGuestUserUUIDOk() (*interface{}, bool)`
GetGuestUserUUIDOk returns a tuple with the GuestUserUUID field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetGuestUserUUID
`func (o *GetGeoData200Response) SetGuestUserUUID(v interface{})`
SetGuestUserUUID sets GuestUserUUID field to given value.
### HasGuestUserUUID
`func (o *GetGeoData200Response) HasGuestUserUUID() bool`
HasGuestUserUUID returns a boolean if a field has been set.
### SetGuestUserUUIDNil
`func (o *GetGeoData200Response) SetGuestUserUUIDNil(b bool)`
SetGuestUserUUIDNil sets the value for GuestUserUUID to be an explicit nil
### UnsetGuestUserUUID
`func (o *GetGeoData200Response) UnsetGuestUserUUID()`
UnsetGuestUserUUID ensures that no value is present for GuestUserUUID, not even an explicit nil
### GetGuestEnabled
`func (o *GetGeoData200Response) GetGuestEnabled() interface{}`
GetGuestEnabled returns the GuestEnabled field if non-nil, zero value otherwise.
### GetGuestEnabledOk
`func (o *GetGeoData200Response) GetGuestEnabledOk() (*interface{}, bool)`
GetGuestEnabledOk returns a tuple with the GuestEnabled field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetGuestEnabled
`func (o *GetGeoData200Response) SetGuestEnabled(v interface{})`
SetGuestEnabled sets GuestEnabled field to given value.
### HasGuestEnabled
`func (o *GetGeoData200Response) HasGuestEnabled() bool`
HasGuestEnabled returns a boolean if a field has been set.
### SetGuestEnabledNil
`func (o *GetGeoData200Response) SetGuestEnabledNil(b bool)`
SetGuestEnabledNil sets the value for GuestEnabled to be an explicit nil
### UnsetGuestEnabled
`func (o *GetGeoData200Response) UnsetGuestEnabled()`
UnsetGuestEnabled ensures that no value is present for GuestEnabled, not even an explicit nil
### GetSubscription
`func (o *GetGeoData200Response) GetSubscription() interface{}`
GetSubscription returns the Subscription field if non-nil, zero value otherwise.
### GetSubscriptionOk
`func (o *GetGeoData200Response) GetSubscriptionOk() (*interface{}, bool)`
GetSubscriptionOk returns a tuple with the Subscription field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetSubscription
`func (o *GetGeoData200Response) SetSubscription(v interface{})`
SetSubscription sets Subscription field to given value.
### HasSubscription
`func (o *GetGeoData200Response) HasSubscription() bool`
HasSubscription returns a boolean if a field has been set.
### SetSubscriptionNil
`func (o *GetGeoData200Response) SetSubscriptionNil(b bool)`
SetSubscriptionNil sets the value for Subscription to be an explicit nil
### UnsetSubscription
`func (o *GetGeoData200Response) UnsetSubscription()`
UnsetSubscription ensures that no value is present for Subscription, not even an explicit nil
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)