Skip to content

Latest commit

 

History

History
103 lines (56 loc) · 3.15 KB

File metadata and controls

103 lines (56 loc) · 3.15 KB

ProgramEditionElectiveElement

Properties

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.

Methods

NewProgramEditionElectiveElement

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

NewProgramEditionElectiveElementWithDefaults

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

GetName

func (o *ProgramEditionElectiveElement) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *ProgramEditionElectiveElement) SetName(v string)

SetName sets Name field to given value.

GetCredits

func (o *ProgramEditionElectiveElement) GetCredits() float64

GetCredits returns the Credits field if non-nil, zero value otherwise.

GetCreditsOk

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.

SetCredits

func (o *ProgramEditionElectiveElement) SetCredits(v float64)

SetCredits sets Credits field to given value.

SetCreditsNil

func (o *ProgramEditionElectiveElement) SetCreditsNil(b bool)

SetCreditsNil sets the value for Credits to be an explicit nil

UnsetCredits

func (o *ProgramEditionElectiveElement) UnsetCredits()

UnsetCredits ensures that no value is present for Credits, not even an explicit nil

GetElementType

func (o *ProgramEditionElectiveElement) GetElementType() string

GetElementType returns the ElementType field if non-nil, zero value otherwise.

GetElementTypeOk

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.

SetElementType

func (o *ProgramEditionElectiveElement) SetElementType(v string)

SetElementType sets ElementType field to given value.

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