spacetraders/docs/OrbitShip200ResponseData.md

1.5 KiB

OrbitShip200ResponseData

Properties

Name Type Description Notes
Nav ShipNav

Methods

NewOrbitShip200ResponseData

func NewOrbitShip200ResponseData(nav ShipNav, ) *OrbitShip200ResponseData

NewOrbitShip200ResponseData instantiates a new OrbitShip200ResponseData 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

NewOrbitShip200ResponseDataWithDefaults

func NewOrbitShip200ResponseDataWithDefaults() *OrbitShip200ResponseData

NewOrbitShip200ResponseDataWithDefaults instantiates a new OrbitShip200ResponseData 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

GetNav

func (o *OrbitShip200ResponseData) GetNav() ShipNav

GetNav returns the Nav field if non-nil, zero value otherwise.

GetNavOk

func (o *OrbitShip200ResponseData) GetNavOk() (*ShipNav, bool)

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

SetNav

func (o *OrbitShip200ResponseData) SetNav(v ShipNav)

SetNav sets Nav field to given value.

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