Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.21 KB

File metadata and controls

72 lines (39 loc) · 2.21 KB

ScrapShip200ResponseData

Properties

Name Type Description Notes
Agent Agent
Transaction ScrapTransaction

Methods

NewScrapShip200ResponseData

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

NewScrapShip200ResponseDataWithDefaults

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

GetAgent

func (o *ScrapShip200ResponseData) GetAgent() Agent

GetAgent returns the Agent field if non-nil, zero value otherwise.

GetAgentOk

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.

SetAgent

func (o *ScrapShip200ResponseData) SetAgent(v Agent)

SetAgent sets Agent field to given value.

GetTransaction

func (o *ScrapShip200ResponseData) GetTransaction() ScrapTransaction

GetTransaction returns the Transaction field if non-nil, zero value otherwise.

GetTransactionOk

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.

SetTransaction

func (o *ScrapShip200ResponseData) SetTransaction(v ScrapTransaction)

SetTransaction sets Transaction field to given value.

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