spacetraders/docs/GetMyAgent200Response.md

1.5 KiB

GetMyAgent200Response

Properties

Name Type Description Notes
Data Agent

Methods

NewGetMyAgent200Response

func NewGetMyAgent200Response(data Agent, ) *GetMyAgent200Response

NewGetMyAgent200Response instantiates a new GetMyAgent200Response 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

NewGetMyAgent200ResponseWithDefaults

func NewGetMyAgent200ResponseWithDefaults() *GetMyAgent200Response

NewGetMyAgent200ResponseWithDefaults instantiates a new GetMyAgent200Response 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 *GetMyAgent200Response) GetData() Agent

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

GetDataOk

func (o *GetMyAgent200Response) GetDataOk() (*Agent, 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 *GetMyAgent200Response) SetData(v Agent)

SetData sets Data field to given value.

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