| Name | Type | Description | Notes |
|---|---|---|---|
| GpuList | Pointer to []GPUFields | [optional] | |
| Message | Pointer to string | [optional] | |
| Status | Pointer to bool | [optional] |
func NewGPUList() *GPUList
NewGPUList instantiates a new GPUList 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 NewGPUListWithDefaults() *GPUList
NewGPUListWithDefaults instantiates a new GPUList 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 *GPUList) GetGpuList() []GPUFields
GetGpuList returns the GpuList field if non-nil, zero value otherwise.
func (o *GPUList) GetGpuListOk() (*[]GPUFields, bool)
GetGpuListOk returns a tuple with the GpuList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GPUList) SetGpuList(v []GPUFields)
SetGpuList sets GpuList field to given value.
func (o *GPUList) HasGpuList() bool
HasGpuList returns a boolean if a field has been set.
func (o *GPUList) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *GPUList) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GPUList) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *GPUList) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *GPUList) GetStatus() bool
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *GPUList) GetStatusOk() (*bool, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GPUList) SetStatus(v bool)
SetStatus sets Status field to given value.
func (o *GPUList) HasStatus() bool
HasStatus returns a boolean if a field has been set.