spacetraders/docs/Jettison200ResponseData.md

1.6 KiB

Jettison200ResponseData

Properties

Name Type Description Notes
Cargo ShipCargo

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] [Back to API list] [Back to README]