Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.27 KB

V0040ReservationCoreSpec.md

File metadata and controls

82 lines (45 loc) · 2.27 KB

V0040ReservationCoreSpec

Properties

Name Type Description Notes
Node Pointer to string [optional]
Core Pointer to string [optional]

Methods

NewV0040ReservationCoreSpec

func NewV0040ReservationCoreSpec() *V0040ReservationCoreSpec

NewV0040ReservationCoreSpec instantiates a new V0040ReservationCoreSpec 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

NewV0040ReservationCoreSpecWithDefaults

func NewV0040ReservationCoreSpecWithDefaults() *V0040ReservationCoreSpec

NewV0040ReservationCoreSpecWithDefaults instantiates a new V0040ReservationCoreSpec 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

GetNode

func (o *V0040ReservationCoreSpec) GetNode() string

GetNode returns the Node field if non-nil, zero value otherwise.

GetNodeOk

func (o *V0040ReservationCoreSpec) GetNodeOk() (*string, bool)

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

SetNode

func (o *V0040ReservationCoreSpec) SetNode(v string)

SetNode sets Node field to given value.

HasNode

func (o *V0040ReservationCoreSpec) HasNode() bool

HasNode returns a boolean if a field has been set.

GetCore

func (o *V0040ReservationCoreSpec) GetCore() string

GetCore returns the Core field if non-nil, zero value otherwise.

GetCoreOk

func (o *V0040ReservationCoreSpec) GetCoreOk() (*string, bool)

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

SetCore

func (o *V0040ReservationCoreSpec) SetCore(v string)

SetCore sets Core field to given value.

HasCore

func (o *V0040ReservationCoreSpec) HasCore() bool

HasCore returns a boolean if a field has been set.

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