PostConditionPrincipal
July 14, 2024 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| TypeId | string | String literal of type `PostConditionPrincipalType` | |
| Address | string | ||
| ContractName | string |
Methods
NewPostConditionPrincipal
func NewPostConditionPrincipal(typeId string, address string, contractName string, ) *PostConditionPrincipal
NewPostConditionPrincipal instantiates a new PostConditionPrincipal 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
NewPostConditionPrincipalWithDefaults
func NewPostConditionPrincipalWithDefaults() *PostConditionPrincipal
NewPostConditionPrincipalWithDefaults instantiates a new PostConditionPrincipal 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
GetTypeId
func (o *PostConditionPrincipal) GetTypeId() string
GetTypeId returns the TypeId field if non-nil, zero value otherwise.
GetTypeIdOk
func (o *PostConditionPrincipal) GetTypeIdOk() (*string, bool)
GetTypeIdOk returns a tuple with the TypeId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTypeId
func (o *PostConditionPrincipal) SetTypeId(v string)
SetTypeId sets TypeId field to given value.
GetAddress
func (o *PostConditionPrincipal) GetAddress() string
GetAddress returns the Address field if non-nil, zero value otherwise.
GetAddressOk
func (o *PostConditionPrincipal) GetAddressOk() (*string, bool)
GetAddressOk returns a tuple with the Address field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetAddress
func (o *PostConditionPrincipal) SetAddress(v string)
SetAddress sets Address field to given value.
GetContractName
func (o *PostConditionPrincipal) GetContractName() string
GetContractName returns the ContractName field if non-nil, zero value otherwise.
GetContractNameOk
func (o *PostConditionPrincipal) GetContractNameOk() (*string, bool)
GetContractNameOk returns a tuple with the ContractName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetContractName
func (o *PostConditionPrincipal) SetContractName(v string)
SetContractName sets ContractName field to given value.