spacetraders/docs/WaypointTrait.md

2.5 KiB

WaypointTrait

Properties

Name Type Description Notes
Symbol string The unique identifier of the trait.
Name string The name of the trait.
Description string A description of the trait.

Methods

NewWaypointTrait

func NewWaypointTrait(symbol string, name string, description string, ) *WaypointTrait

NewWaypointTrait instantiates a new WaypointTrait 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

NewWaypointTraitWithDefaults

func NewWaypointTraitWithDefaults() *WaypointTrait

NewWaypointTraitWithDefaults instantiates a new WaypointTrait 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 *WaypointTrait) GetSymbol() string

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

GetSymbolOk

func (o *WaypointTrait) 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 *WaypointTrait) SetSymbol(v string)

SetSymbol sets Symbol field to given value.

GetName

func (o *WaypointTrait) GetName() string

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

GetNameOk

func (o *WaypointTrait) 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 *WaypointTrait) SetName(v string)

SetName sets Name field to given value.

GetDescription

func (o *WaypointTrait) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *WaypointTrait) 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.

SetDescription

func (o *WaypointTrait) SetDescription(v string)

SetDescription sets Description field to given value.

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