spacetraders/docs/OrbitShip200ResponseData.md

52 lines
1.5 KiB
Markdown

# OrbitShip200ResponseData
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Nav** | [**ShipNav**](ShipNav.md) | |
## 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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)