Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | Sound card name | [optional] |
Quantity | Pointer to int32 | Quantity of similar sound cards | [optional] |
Description | Pointer to string | System provided description of the sound card | [optional] |
func NewNodeFullSoundInner() *NodeFullSoundInner
NewNodeFullSoundInner instantiates a new NodeFullSoundInner 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 NewNodeFullSoundInnerWithDefaults() *NodeFullSoundInner
NewNodeFullSoundInnerWithDefaults instantiates a new NodeFullSoundInner 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 *NodeFullSoundInner) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *NodeFullSoundInner) 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.
func (o *NodeFullSoundInner) SetName(v string)
SetName sets Name field to given value.
func (o *NodeFullSoundInner) HasName() bool
HasName returns a boolean if a field has been set.
func (o *NodeFullSoundInner) GetQuantity() int32
GetQuantity returns the Quantity field if non-nil, zero value otherwise.
func (o *NodeFullSoundInner) 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.
func (o *NodeFullSoundInner) SetQuantity(v int32)
SetQuantity sets Quantity field to given value.
func (o *NodeFullSoundInner) HasQuantity() bool
HasQuantity returns a boolean if a field has been set.
func (o *NodeFullSoundInner) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *NodeFullSoundInner) 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.
func (o *NodeFullSoundInner) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *NodeFullSoundInner) HasDescription() bool
HasDescription returns a boolean if a field has been set.