Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.11 KB

NodeFullVideosInner.md

File metadata and controls

186 lines (101 loc) · 5.11 KB

NodeFullVideosInner

Properties

Name Type Description Notes
Name Pointer to string Video card name [optional]
Memory Pointer to string Quantity of memory for that video card [optional]
Chipset Pointer to string information about video card chipset [optional]
Quantity Pointer to int32 Quantity of similar video cards [optional]
Resolution Pointer to string Resolution used by that video card at inventory time [optional]
Description Pointer to string System provided description for that video card [optional]

Methods

NewNodeFullVideosInner

func NewNodeFullVideosInner() *NodeFullVideosInner

NewNodeFullVideosInner instantiates a new NodeFullVideosInner 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

NewNodeFullVideosInnerWithDefaults

func NewNodeFullVideosInnerWithDefaults() *NodeFullVideosInner

NewNodeFullVideosInnerWithDefaults instantiates a new NodeFullVideosInner 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

GetName

func (o *NodeFullVideosInner) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *NodeFullVideosInner) GetNameOk() (*string, 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 *NodeFullVideosInner) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *NodeFullVideosInner) HasName() bool

HasName returns a boolean if a field has been set.

GetMemory

func (o *NodeFullVideosInner) GetMemory() string

GetMemory returns the Memory field if non-nil, zero value otherwise.

GetMemoryOk

func (o *NodeFullVideosInner) GetMemoryOk() (*string, bool)

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

SetMemory

func (o *NodeFullVideosInner) SetMemory(v string)

SetMemory sets Memory field to given value.

HasMemory

func (o *NodeFullVideosInner) HasMemory() bool

HasMemory returns a boolean if a field has been set.

GetChipset

func (o *NodeFullVideosInner) GetChipset() string

GetChipset returns the Chipset field if non-nil, zero value otherwise.

GetChipsetOk

func (o *NodeFullVideosInner) GetChipsetOk() (*string, bool)

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

SetChipset

func (o *NodeFullVideosInner) SetChipset(v string)

SetChipset sets Chipset field to given value.

HasChipset

func (o *NodeFullVideosInner) HasChipset() bool

HasChipset returns a boolean if a field has been set.

GetQuantity

func (o *NodeFullVideosInner) GetQuantity() int32

GetQuantity returns the Quantity field if non-nil, zero value otherwise.

GetQuantityOk

func (o *NodeFullVideosInner) GetQuantityOk() (*int32, bool)

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

SetQuantity

func (o *NodeFullVideosInner) SetQuantity(v int32)

SetQuantity sets Quantity field to given value.

HasQuantity

func (o *NodeFullVideosInner) HasQuantity() bool

HasQuantity returns a boolean if a field has been set.

GetResolution

func (o *NodeFullVideosInner) GetResolution() string

GetResolution returns the Resolution field if non-nil, zero value otherwise.

GetResolutionOk

func (o *NodeFullVideosInner) GetResolutionOk() (*string, bool)

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

SetResolution

func (o *NodeFullVideosInner) SetResolution(v string)

SetResolution sets Resolution field to given value.

HasResolution

func (o *NodeFullVideosInner) HasResolution() bool

HasResolution returns a boolean if a field has been set.

GetDescription

func (o *NodeFullVideosInner) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *NodeFullVideosInner) GetDescriptionOk() (*string, bool)

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

SetDescription

func (o *NodeFullVideosInner) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *NodeFullVideosInner) HasDescription() bool

HasDescription returns a boolean if a field has been set.

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