spacetraders/docs/JettisonRequest.md

73 lines
1.9 KiB
Markdown

# JettisonRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Symbol** | **string** | |
**Units** | **int32** | |
## Methods
### NewJettisonRequest
`func NewJettisonRequest(symbol string, units int32, ) *JettisonRequest`
NewJettisonRequest instantiates a new JettisonRequest 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
### NewJettisonRequestWithDefaults
`func NewJettisonRequestWithDefaults() *JettisonRequest`
NewJettisonRequestWithDefaults instantiates a new JettisonRequest 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
### GetSymbol
`func (o *JettisonRequest) GetSymbol() string`
GetSymbol returns the Symbol field if non-nil, zero value otherwise.
### GetSymbolOk
`func (o *JettisonRequest) GetSymbolOk() (*string, bool)`
GetSymbolOk returns a tuple with the Symbol field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetSymbol
`func (o *JettisonRequest) SetSymbol(v string)`
SetSymbol sets Symbol field to given value.
### GetUnits
`func (o *JettisonRequest) GetUnits() int32`
GetUnits returns the Units field if non-nil, zero value otherwise.
### GetUnitsOk
`func (o *JettisonRequest) 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 *JettisonRequest) SetUnits(v int32)`
SetUnits sets Units 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)