spacetraders/docs/CreateChart201ResponseData.md

73 lines
2.2 KiB
Markdown
Raw Normal View History

2023-05-09 16:53:56 +02:00
# CreateChart201ResponseData
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Chart** | [**Chart**](Chart.md) | |
**Waypoint** | [**Waypoint**](Waypoint.md) | |
## Methods
### NewCreateChart201ResponseData
`func NewCreateChart201ResponseData(chart Chart, waypoint Waypoint, ) *CreateChart201ResponseData`
NewCreateChart201ResponseData instantiates a new CreateChart201ResponseData 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
### NewCreateChart201ResponseDataWithDefaults
`func NewCreateChart201ResponseDataWithDefaults() *CreateChart201ResponseData`
NewCreateChart201ResponseDataWithDefaults instantiates a new CreateChart201ResponseData 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
### GetChart
`func (o *CreateChart201ResponseData) GetChart() Chart`
GetChart returns the Chart field if non-nil, zero value otherwise.
### GetChartOk
`func (o *CreateChart201ResponseData) GetChartOk() (*Chart, bool)`
GetChartOk returns a tuple with the Chart field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetChart
`func (o *CreateChart201ResponseData) SetChart(v Chart)`
SetChart sets Chart field to given value.
### GetWaypoint
`func (o *CreateChart201ResponseData) GetWaypoint() Waypoint`
GetWaypoint returns the Waypoint field if non-nil, zero value otherwise.
### GetWaypointOk
`func (o *CreateChart201ResponseData) GetWaypointOk() (*Waypoint, bool)`
GetWaypointOk returns a tuple with the Waypoint field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetWaypoint
`func (o *CreateChart201ResponseData) SetWaypoint(v Waypoint)`
SetWaypoint sets Waypoint 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)