Name | Type | Description | Notes |
---|---|---|---|
Node | Pointer to string | [optional] | |
Core | Pointer to string | [optional] |
func NewV0041OpenapiReservationRespReservationsInnerCoreSpecializationsInner() *V0041OpenapiReservationRespReservationsInnerCoreSpecializationsInner
NewV0041OpenapiReservationRespReservationsInnerCoreSpecializationsInner instantiates a new V0041OpenapiReservationRespReservationsInnerCoreSpecializationsInner 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 NewV0041OpenapiReservationRespReservationsInnerCoreSpecializationsInnerWithDefaults() *V0041OpenapiReservationRespReservationsInnerCoreSpecializationsInner
NewV0041OpenapiReservationRespReservationsInnerCoreSpecializationsInnerWithDefaults instantiates a new V0041OpenapiReservationRespReservationsInnerCoreSpecializationsInner 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 *V0041OpenapiReservationRespReservationsInnerCoreSpecializationsInner) GetNode() string
GetNode returns the Node field if non-nil, zero value otherwise.
func (o *V0041OpenapiReservationRespReservationsInnerCoreSpecializationsInner) 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.
func (o *V0041OpenapiReservationRespReservationsInnerCoreSpecializationsInner) SetNode(v string)
SetNode sets Node field to given value.
func (o *V0041OpenapiReservationRespReservationsInnerCoreSpecializationsInner) HasNode() bool
HasNode returns a boolean if a field has been set.
func (o *V0041OpenapiReservationRespReservationsInnerCoreSpecializationsInner) GetCore() string
GetCore returns the Core field if non-nil, zero value otherwise.
func (o *V0041OpenapiReservationRespReservationsInnerCoreSpecializationsInner) 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.
func (o *V0041OpenapiReservationRespReservationsInnerCoreSpecializationsInner) SetCore(v string)
SetCore sets Core field to given value.
func (o *V0041OpenapiReservationRespReservationsInnerCoreSpecializationsInner) HasCore() bool
HasCore returns a boolean if a field has been set.