| Name | Type | Description | Notes |
|---|---|---|---|
| Agent | Agent | ||
| Transaction | ScrapTransaction |
func NewScrapShip200ResponseData(agent Agent, transaction ScrapTransaction, ) *ScrapShip200ResponseData
NewScrapShip200ResponseData instantiates a new ScrapShip200ResponseData 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
func NewScrapShip200ResponseDataWithDefaults() *ScrapShip200ResponseData
NewScrapShip200ResponseDataWithDefaults instantiates a new ScrapShip200ResponseData 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
func (o *ScrapShip200ResponseData) GetAgent() Agent
GetAgent returns the Agent field if non-nil, zero value otherwise.
func (o *ScrapShip200ResponseData) 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.
func (o *ScrapShip200ResponseData) SetAgent(v Agent)
SetAgent sets Agent field to given value.
func (o *ScrapShip200ResponseData) GetTransaction() ScrapTransaction
GetTransaction returns the Transaction field if non-nil, zero value otherwise.
func (o *ScrapShip200ResponseData) GetTransactionOk() (*ScrapTransaction, bool)
GetTransactionOk returns a tuple with the Transaction field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScrapShip200ResponseData) SetTransaction(v ScrapTransaction)
SetTransaction sets Transaction field to given value.