spacetraders/docs/AcceptContract200ResponseDa...

73 lines
2.2 KiB
Markdown

# AcceptContract200ResponseData
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Agent** | [**Agent**](Agent.md) | |
**Contract** | [**Contract**](Contract.md) | |
## Methods
### NewAcceptContract200ResponseData
`func NewAcceptContract200ResponseData(agent Agent, contract Contract, ) *AcceptContract200ResponseData`
NewAcceptContract200ResponseData instantiates a new AcceptContract200ResponseData 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
### NewAcceptContract200ResponseDataWithDefaults
`func NewAcceptContract200ResponseDataWithDefaults() *AcceptContract200ResponseData`
NewAcceptContract200ResponseDataWithDefaults instantiates a new AcceptContract200ResponseData 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
### GetAgent
`func (o *AcceptContract200ResponseData) GetAgent() Agent`
GetAgent returns the Agent field if non-nil, zero value otherwise.
### GetAgentOk
`func (o *AcceptContract200ResponseData) GetAgentOk() (*Agent, bool)`
GetAgentOk returns a tuple with the Agent field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAgent
`func (o *AcceptContract200ResponseData) SetAgent(v Agent)`
SetAgent sets Agent field to given value.
### GetContract
`func (o *AcceptContract200ResponseData) GetContract() Contract`
GetContract returns the Contract field if non-nil, zero value otherwise.
### GetContractOk
`func (o *AcceptContract200ResponseData) GetContractOk() (*Contract, bool)`
GetContractOk returns a tuple with the Contract field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetContract
`func (o *AcceptContract200ResponseData) SetContract(v Contract)`
SetContract sets Contract 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)