| Name | Type | Description | Notes |
|---|---|---|---|
| Name | Pointer to string | Name of the assignment | [optional] |
| Description | Pointer to string | Description of the assignment | [optional] |
| GigaboxSlot | Pointer to GigaBoxSlot | GigaBox slot for the assignment | [optional] |
func NewCreateAssignmentSettings() *CreateAssignmentSettings
NewCreateAssignmentSettings instantiates a new CreateAssignmentSettings 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 NewCreateAssignmentSettingsWithDefaults() *CreateAssignmentSettings
NewCreateAssignmentSettingsWithDefaults instantiates a new CreateAssignmentSettings 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 *CreateAssignmentSettings) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CreateAssignmentSettings) 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 *CreateAssignmentSettings) SetName(v string)
SetName sets Name field to given value.
func (o *CreateAssignmentSettings) HasName() bool
HasName returns a boolean if a field has been set.
func (o *CreateAssignmentSettings) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *CreateAssignmentSettings) 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 *CreateAssignmentSettings) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *CreateAssignmentSettings) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *CreateAssignmentSettings) GetGigaboxSlot() GigaBoxSlot
GetGigaboxSlot returns the GigaboxSlot field if non-nil, zero value otherwise.
func (o *CreateAssignmentSettings) GetGigaboxSlotOk() (*GigaBoxSlot, bool)
GetGigaboxSlotOk returns a tuple with the GigaboxSlot field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateAssignmentSettings) SetGigaboxSlot(v GigaBoxSlot)
SetGigaboxSlot sets GigaboxSlot field to given value.
func (o *CreateAssignmentSettings) HasGigaboxSlot() bool
HasGigaboxSlot returns a boolean if a field has been set.