spacetraders/docs/TransferCargo200Response.md

1.6 KiB

TransferCargo200Response

Properties

Name Type Description Notes
Data Jettison200ResponseData

Methods

NewTransferCargo200Response

func NewTransferCargo200Response(data Jettison200ResponseData, ) *TransferCargo200Response

NewTransferCargo200Response instantiates a new TransferCargo200Response 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

NewTransferCargo200ResponseWithDefaults

func NewTransferCargo200ResponseWithDefaults() *TransferCargo200Response

NewTransferCargo200ResponseWithDefaults instantiates a new TransferCargo200Response 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

GetData

func (o *TransferCargo200Response) GetData() Jettison200ResponseData

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *TransferCargo200Response) GetDataOk() (*Jettison200ResponseData, bool)

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

SetData

func (o *TransferCargo200Response) SetData(v Jettison200ResponseData)

SetData sets Data field to given value.

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