1.9 KiB
GetMyPlexAccount200Response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| MyPlex | Pointer to GetMyPlexAccount200ResponseMyPlex | [optional] |
Methods
NewGetMyPlexAccount200Response
func NewGetMyPlexAccount200Response() *GetMyPlexAccount200Response
NewGetMyPlexAccount200Response instantiates a new GetMyPlexAccount200Response 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
NewGetMyPlexAccount200ResponseWithDefaults
func NewGetMyPlexAccount200ResponseWithDefaults() *GetMyPlexAccount200Response
NewGetMyPlexAccount200ResponseWithDefaults instantiates a new GetMyPlexAccount200Response 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
GetMyPlex
func (o *GetMyPlexAccount200Response) GetMyPlex() GetMyPlexAccount200ResponseMyPlex
GetMyPlex returns the MyPlex field if non-nil, zero value otherwise.
GetMyPlexOk
func (o *GetMyPlexAccount200Response) GetMyPlexOk() (*GetMyPlexAccount200ResponseMyPlex, bool)
GetMyPlexOk returns a tuple with the MyPlex field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMyPlex
func (o *GetMyPlexAccount200Response) SetMyPlex(v GetMyPlexAccount200ResponseMyPlex)
SetMyPlex sets MyPlex field to given value.
HasMyPlex
func (o *GetMyPlexAccount200Response) HasMyPlex() bool
HasMyPlex returns a boolean if a field has been set.