| Name | Type | Description | Notes |
|---|---|---|---|
| Transaction | ScrapTransaction |
func NewGetScrapShip200ResponseData(transaction ScrapTransaction, ) *GetScrapShip200ResponseData
NewGetScrapShip200ResponseData instantiates a new GetScrapShip200ResponseData 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 NewGetScrapShip200ResponseDataWithDefaults() *GetScrapShip200ResponseData
NewGetScrapShip200ResponseDataWithDefaults instantiates a new GetScrapShip200ResponseData 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 *GetScrapShip200ResponseData) GetTransaction() ScrapTransaction
GetTransaction returns the Transaction field if non-nil, zero value otherwise.
func (o *GetScrapShip200ResponseData) 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 *GetScrapShip200ResponseData) SetTransaction(v ScrapTransaction)
SetTransaction sets Transaction field to given value.