spacetraders/docs/WaypointOrbital.md

1.4 KiB

WaypointOrbital

Properties

Name Type Description Notes
Symbol string

Methods

NewWaypointOrbital

func NewWaypointOrbital(symbol string, ) *WaypointOrbital

NewWaypointOrbital instantiates a new WaypointOrbital 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

NewWaypointOrbitalWithDefaults

func NewWaypointOrbitalWithDefaults() *WaypointOrbital

NewWaypointOrbitalWithDefaults instantiates a new WaypointOrbital 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

GetSymbol

func (o *WaypointOrbital) GetSymbol() string

GetSymbol returns the Symbol field if non-nil, zero value otherwise.

GetSymbolOk

func (o *WaypointOrbital) GetSymbolOk() (*string, bool)

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

SetSymbol

func (o *WaypointOrbital) SetSymbol(v string)

SetSymbol sets Symbol field to given value.

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