spacetraders/docs/Jettison200ResponseData.md

52 lines
1.6 KiB
Markdown
Raw Normal View History

2023-05-09 16:53:56 +02:00
# Jettison200ResponseData
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Cargo** | [**ShipCargo**](ShipCargo.md) | |
## Methods
### NewJettison200ResponseData
`func NewJettison200ResponseData(cargo ShipCargo, ) *Jettison200ResponseData`
NewJettison200ResponseData instantiates a new Jettison200ResponseData 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
### NewJettison200ResponseDataWithDefaults
`func NewJettison200ResponseDataWithDefaults() *Jettison200ResponseData`
NewJettison200ResponseDataWithDefaults instantiates a new Jettison200ResponseData 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
### GetCargo
`func (o *Jettison200ResponseData) GetCargo() ShipCargo`
GetCargo returns the Cargo field if non-nil, zero value otherwise.
### GetCargoOk
`func (o *Jettison200ResponseData) GetCargoOk() (*ShipCargo, bool)`
GetCargoOk returns a tuple with the Cargo field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetCargo
`func (o *Jettison200ResponseData) SetCargo(v ShipCargo)`
SetCargo sets Cargo 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)