Name | Type | Description | Notes |
---|---|---|---|
func NewContract(properties ContractProperties, ) *Contract
NewContract instantiates a new Contract 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 NewContractWithDefaults() *Contract
NewContractWithDefaults instantiates a new Contract 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 *Contract) GetType() Type
GetType returns the Type field if non-nil, zero value otherwise.
func (o *Contract) GetTypeOk() (*Type, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Contract) SetType(v Type)
SetType sets Type field to given value.
func (o *Contract) HasType() bool
HasType returns a boolean if a field has been set.
func (o *Contract) GetProperties() ContractProperties
GetProperties returns the Properties field if non-nil, zero value otherwise.
func (o *Contract) GetPropertiesOk() (*ContractProperties, bool)
GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Contract) SetProperties(v ContractProperties)
SetProperties sets Properties field to given value.
Type
Pointer to Type
The type of the resource
[optional]
Properties