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

3.2 KiB

GetServerList200ResponseMediaContainer

Properties

Name Type Description Notes
Size Pointer to interface{} [optional]
Server Pointer to interface{} [optional]

Methods

NewGetServerList200ResponseMediaContainer

func NewGetServerList200ResponseMediaContainer() *GetServerList200ResponseMediaContainer

NewGetServerList200ResponseMediaContainer instantiates a new GetServerList200ResponseMediaContainer 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

NewGetServerList200ResponseMediaContainerWithDefaults

func NewGetServerList200ResponseMediaContainerWithDefaults() *GetServerList200ResponseMediaContainer

NewGetServerList200ResponseMediaContainerWithDefaults instantiates a new GetServerList200ResponseMediaContainer 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 *GetServerList200ResponseMediaContainer) GetSize() interface{}

GetSize returns the Size field if non-nil, zero value otherwise.

GetSizeOk

func (o *GetServerList200ResponseMediaContainer) 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 *GetServerList200ResponseMediaContainer) SetSize(v interface{})

SetSize sets Size field to given value.

HasSize

func (o *GetServerList200ResponseMediaContainer) HasSize() bool

HasSize returns a boolean if a field has been set.

SetSizeNil

func (o *GetServerList200ResponseMediaContainer) SetSizeNil(b bool)

SetSizeNil sets the value for Size to be an explicit nil

UnsetSize

func (o *GetServerList200ResponseMediaContainer) UnsetSize()

UnsetSize ensures that no value is present for Size, not even an explicit nil

GetServer

func (o *GetServerList200ResponseMediaContainer) GetServer() interface{}

GetServer returns the Server field if non-nil, zero value otherwise.

GetServerOk

func (o *GetServerList200ResponseMediaContainer) GetServerOk() (*interface{}, bool)

GetServerOk returns a tuple with the Server field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetServer

func (o *GetServerList200ResponseMediaContainer) SetServer(v interface{})

SetServer sets Server field to given value.

HasServer

func (o *GetServerList200ResponseMediaContainer) HasServer() bool

HasServer returns a boolean if a field has been set.

SetServerNil

func (o *GetServerList200ResponseMediaContainer) SetServerNil(b bool)

SetServerNil sets the value for Server to be an explicit nil

UnsetServer

func (o *GetServerList200ResponseMediaContainer) UnsetServer()

UnsetServer ensures that no value is present for Server, not even an explicit nil

[Back to Model list] [Back to API list] [Back to README]