spacetraders/docs/CreateShipSystemScan201Resp...

52 lines
1.8 KiB
Markdown

# CreateShipSystemScan201Response
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Data** | [**CreateShipSystemScan201ResponseData**](CreateShipSystemScan201ResponseData.md) | |
## Methods
### NewCreateShipSystemScan201Response
`func NewCreateShipSystemScan201Response(data CreateShipSystemScan201ResponseData, ) *CreateShipSystemScan201Response`
NewCreateShipSystemScan201Response instantiates a new CreateShipSystemScan201Response 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
### NewCreateShipSystemScan201ResponseWithDefaults
`func NewCreateShipSystemScan201ResponseWithDefaults() *CreateShipSystemScan201Response`
NewCreateShipSystemScan201ResponseWithDefaults instantiates a new CreateShipSystemScan201Response 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 *CreateShipSystemScan201Response) GetData() CreateShipSystemScan201ResponseData`
GetData returns the Data field if non-nil, zero value otherwise.
### GetDataOk
`func (o *CreateShipSystemScan201Response) GetDataOk() (*CreateShipSystemScan201ResponseData, 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 *CreateShipSystemScan201Response) SetData(v CreateShipSystemScan201ResponseData)`
SetData sets Data 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)