Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.72 KB

NegotiateContract200ResponseData.md

File metadata and controls

51 lines (28 loc) · 1.72 KB

NegotiateContract200ResponseData

Properties

Name Type Description Notes
Contract Contract

Methods

NewNegotiateContract200ResponseData

func NewNegotiateContract200ResponseData(contract Contract, ) *NegotiateContract200ResponseData

NewNegotiateContract200ResponseData instantiates a new NegotiateContract200ResponseData 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

NewNegotiateContract200ResponseDataWithDefaults

func NewNegotiateContract200ResponseDataWithDefaults() *NegotiateContract200ResponseData

NewNegotiateContract200ResponseDataWithDefaults instantiates a new NegotiateContract200ResponseData 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

GetContract

func (o *NegotiateContract200ResponseData) GetContract() Contract

GetContract returns the Contract field if non-nil, zero value otherwise.

GetContractOk

func (o *NegotiateContract200ResponseData) 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 *NegotiateContract200ResponseData) SetContract(v Contract)

SetContract sets Contract field to given value.

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