# GetServerIdentity200ResponseMediaContainer ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Size** | Pointer to **interface{}** | | [optional] **Claimed** | Pointer to **interface{}** | | [optional] **MachineIdentifier** | Pointer to **interface{}** | | [optional] **Version** | Pointer to **interface{}** | | [optional] ## Methods ### NewGetServerIdentity200ResponseMediaContainer `func NewGetServerIdentity200ResponseMediaContainer() *GetServerIdentity200ResponseMediaContainer` NewGetServerIdentity200ResponseMediaContainer instantiates a new GetServerIdentity200ResponseMediaContainer 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 ### NewGetServerIdentity200ResponseMediaContainerWithDefaults `func NewGetServerIdentity200ResponseMediaContainerWithDefaults() *GetServerIdentity200ResponseMediaContainer` NewGetServerIdentity200ResponseMediaContainerWithDefaults instantiates a new GetServerIdentity200ResponseMediaContainer 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 ### GetSize `func (o *GetServerIdentity200ResponseMediaContainer) GetSize() interface{}` GetSize returns the Size field if non-nil, zero value otherwise. ### GetSizeOk `func (o *GetServerIdentity200ResponseMediaContainer) GetSizeOk() (*interface{}, bool)` GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetSize `func (o *GetServerIdentity200ResponseMediaContainer) SetSize(v interface{})` SetSize sets Size field to given value. ### HasSize `func (o *GetServerIdentity200ResponseMediaContainer) HasSize() bool` HasSize returns a boolean if a field has been set. ### SetSizeNil `func (o *GetServerIdentity200ResponseMediaContainer) SetSizeNil(b bool)` SetSizeNil sets the value for Size to be an explicit nil ### UnsetSize `func (o *GetServerIdentity200ResponseMediaContainer) UnsetSize()` UnsetSize ensures that no value is present for Size, not even an explicit nil ### GetClaimed `func (o *GetServerIdentity200ResponseMediaContainer) GetClaimed() interface{}` GetClaimed returns the Claimed field if non-nil, zero value otherwise. ### GetClaimedOk `func (o *GetServerIdentity200ResponseMediaContainer) GetClaimedOk() (*interface{}, bool)` GetClaimedOk returns a tuple with the Claimed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetClaimed `func (o *GetServerIdentity200ResponseMediaContainer) SetClaimed(v interface{})` SetClaimed sets Claimed field to given value. ### HasClaimed `func (o *GetServerIdentity200ResponseMediaContainer) HasClaimed() bool` HasClaimed returns a boolean if a field has been set. ### SetClaimedNil `func (o *GetServerIdentity200ResponseMediaContainer) SetClaimedNil(b bool)` SetClaimedNil sets the value for Claimed to be an explicit nil ### UnsetClaimed `func (o *GetServerIdentity200ResponseMediaContainer) UnsetClaimed()` UnsetClaimed ensures that no value is present for Claimed, not even an explicit nil ### GetMachineIdentifier `func (o *GetServerIdentity200ResponseMediaContainer) GetMachineIdentifier() interface{}` GetMachineIdentifier returns the MachineIdentifier field if non-nil, zero value otherwise. ### GetMachineIdentifierOk `func (o *GetServerIdentity200ResponseMediaContainer) GetMachineIdentifierOk() (*interface{}, bool)` GetMachineIdentifierOk returns a tuple with the MachineIdentifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetMachineIdentifier `func (o *GetServerIdentity200ResponseMediaContainer) SetMachineIdentifier(v interface{})` SetMachineIdentifier sets MachineIdentifier field to given value. ### HasMachineIdentifier `func (o *GetServerIdentity200ResponseMediaContainer) HasMachineIdentifier() bool` HasMachineIdentifier returns a boolean if a field has been set. ### SetMachineIdentifierNil `func (o *GetServerIdentity200ResponseMediaContainer) SetMachineIdentifierNil(b bool)` SetMachineIdentifierNil sets the value for MachineIdentifier to be an explicit nil ### UnsetMachineIdentifier `func (o *GetServerIdentity200ResponseMediaContainer) UnsetMachineIdentifier()` UnsetMachineIdentifier ensures that no value is present for MachineIdentifier, not even an explicit nil ### GetVersion `func (o *GetServerIdentity200ResponseMediaContainer) GetVersion() interface{}` GetVersion returns the Version field if non-nil, zero value otherwise. ### GetVersionOk `func (o *GetServerIdentity200ResponseMediaContainer) GetVersionOk() (*interface{}, bool)` GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetVersion `func (o *GetServerIdentity200ResponseMediaContainer) SetVersion(v interface{})` SetVersion sets Version field to given value. ### HasVersion `func (o *GetServerIdentity200ResponseMediaContainer) HasVersion() bool` HasVersion returns a boolean if a field has been set. ### SetVersionNil `func (o *GetServerIdentity200ResponseMediaContainer) SetVersionNil(b bool)` SetVersionNil sets the value for Version to be an explicit nil ### UnsetVersion `func (o *GetServerIdentity200ResponseMediaContainer) UnsetVersion()` UnsetVersion ensures that no value is present for Version, 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)