| Name | Type | Description | Notes |
|---|---|---|---|
| Name | string | The name of the element. | |
| Credits | NullableFloat64 | The credits of the element. | |
| ElementType | string | The type of the element. |
func NewProgramEditionElectiveElement(name string, credits NullableFloat64, elementType string, ) *ProgramEditionElectiveElement
NewProgramEditionElectiveElement instantiates a new ProgramEditionElectiveElement 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 NewProgramEditionElectiveElementWithDefaults() *ProgramEditionElectiveElement
NewProgramEditionElectiveElementWithDefaults instantiates a new ProgramEditionElectiveElement 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 *ProgramEditionElectiveElement) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ProgramEditionElectiveElement) 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 *ProgramEditionElectiveElement) SetName(v string)
SetName sets Name field to given value.
func (o *ProgramEditionElectiveElement) GetCredits() float64
GetCredits returns the Credits field if non-nil, zero value otherwise.
func (o *ProgramEditionElectiveElement) GetCreditsOk() (*float64, bool)
GetCreditsOk returns a tuple with the Credits field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProgramEditionElectiveElement) SetCredits(v float64)
SetCredits sets Credits field to given value.
func (o *ProgramEditionElectiveElement) SetCreditsNil(b bool)
SetCreditsNil sets the value for Credits to be an explicit nil
func (o *ProgramEditionElectiveElement) UnsetCredits()
UnsetCredits ensures that no value is present for Credits, not even an explicit nil
func (o *ProgramEditionElectiveElement) GetElementType() string
GetElementType returns the ElementType field if non-nil, zero value otherwise.
func (o *ProgramEditionElectiveElement) GetElementTypeOk() (*string, bool)
GetElementTypeOk returns a tuple with the ElementType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProgramEditionElectiveElement) SetElementType(v string)
SetElementType sets ElementType field to given value.