spacetraders/docs/ShipRefine200ResponseDataPr...

83 lines
2.7 KiB
Markdown
Raw Normal View History

2023-05-09 16:53:56 +02:00
# ShipRefine200ResponseDataProducedInner
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**TradeSymbol** | Pointer to **string** | | [optional]
**Units** | Pointer to **int32** | | [optional]
## Methods
### NewShipRefine200ResponseDataProducedInner
`func NewShipRefine200ResponseDataProducedInner() *ShipRefine200ResponseDataProducedInner`
NewShipRefine200ResponseDataProducedInner instantiates a new ShipRefine200ResponseDataProducedInner 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
### NewShipRefine200ResponseDataProducedInnerWithDefaults
`func NewShipRefine200ResponseDataProducedInnerWithDefaults() *ShipRefine200ResponseDataProducedInner`
NewShipRefine200ResponseDataProducedInnerWithDefaults instantiates a new ShipRefine200ResponseDataProducedInner 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
### GetTradeSymbol
`func (o *ShipRefine200ResponseDataProducedInner) GetTradeSymbol() string`
GetTradeSymbol returns the TradeSymbol field if non-nil, zero value otherwise.
### GetTradeSymbolOk
`func (o *ShipRefine200ResponseDataProducedInner) GetTradeSymbolOk() (*string, bool)`
GetTradeSymbolOk returns a tuple with the TradeSymbol field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetTradeSymbol
`func (o *ShipRefine200ResponseDataProducedInner) SetTradeSymbol(v string)`
SetTradeSymbol sets TradeSymbol field to given value.
### HasTradeSymbol
`func (o *ShipRefine200ResponseDataProducedInner) HasTradeSymbol() bool`
HasTradeSymbol returns a boolean if a field has been set.
### GetUnits
`func (o *ShipRefine200ResponseDataProducedInner) GetUnits() int32`
GetUnits returns the Units field if non-nil, zero value otherwise.
### GetUnitsOk
`func (o *ShipRefine200ResponseDataProducedInner) GetUnitsOk() (*int32, bool)`
GetUnitsOk returns a tuple with the Units field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetUnits
`func (o *ShipRefine200ResponseDataProducedInner) SetUnits(v int32)`
SetUnits sets Units field to given value.
### HasUnits
`func (o *ShipRefine200ResponseDataProducedInner) HasUnits() bool`
HasUnits returns a boolean if a field has been set.
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)