spacetraders/docs/NavigateShipRequest.md

1.6 KiB

NavigateShipRequest

Properties

Name Type Description Notes
WaypointSymbol string The target destination.

Methods

NewNavigateShipRequest

func NewNavigateShipRequest(waypointSymbol string, ) *NavigateShipRequest

NewNavigateShipRequest instantiates a new NavigateShipRequest 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

NewNavigateShipRequestWithDefaults

func NewNavigateShipRequestWithDefaults() *NavigateShipRequest

NewNavigateShipRequestWithDefaults instantiates a new NavigateShipRequest 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

GetWaypointSymbol

func (o *NavigateShipRequest) GetWaypointSymbol() string

GetWaypointSymbol returns the WaypointSymbol field if non-nil, zero value otherwise.

GetWaypointSymbolOk

func (o *NavigateShipRequest) GetWaypointSymbolOk() (*string, bool)

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

SetWaypointSymbol

func (o *NavigateShipRequest) SetWaypointSymbol(v string)

SetWaypointSymbol sets WaypointSymbol field to given value.

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