Skip to content

Latest commit

 

History

History
61 lines (34 loc) · 2.05 KB

ContractParameter.md

File metadata and controls

61 lines (34 loc) · 2.05 KB

ContractParameter

Properties

Name Type Description Notes
TypeConversion NullableContractABITypeConversion

Methods

NewContractParameter

func NewContractParameter(typeConversion NullableContractABITypeConversion, ) *ContractParameter

NewContractParameter instantiates a new ContractParameter 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

NewContractParameterWithDefaults

func NewContractParameterWithDefaults() *ContractParameter

NewContractParameterWithDefaults instantiates a new ContractParameter 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

GetTypeConversion

func (o *ContractParameter) GetTypeConversion() ContractABITypeConversion

GetTypeConversion returns the TypeConversion field if non-nil, zero value otherwise.

GetTypeConversionOk

func (o *ContractParameter) GetTypeConversionOk() (*ContractABITypeConversion, bool)

GetTypeConversionOk returns a tuple with the TypeConversion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTypeConversion

func (o *ContractParameter) SetTypeConversion(v ContractABITypeConversion)

SetTypeConversion sets TypeConversion field to given value.

SetTypeConversionNil

func (o *ContractParameter) SetTypeConversionNil(b bool)

SetTypeConversionNil sets the value for TypeConversion to be an explicit nil

UnsetTypeConversion

func (o *ContractParameter) UnsetTypeConversion()

UnsetTypeConversion ensures that no value is present for TypeConversion, not even an explicit nil

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