| Name | Type | Description | Notes |
|---|---|---|---|
| Height | Pointer to int64 | [optional] | |
| Id | Pointer to int64 | [optional] | |
| NewState | Pointer to *os.File | [optional] | |
| Signer | Pointer to ResponsesShortAddress | [optional] | |
| Time | Pointer to time.Time | [optional] | |
| TxHash | Pointer to *os.File | [optional] |
func NewResponsesZkISMUpdate() *ResponsesZkISMUpdate
NewResponsesZkISMUpdate instantiates a new ResponsesZkISMUpdate 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 NewResponsesZkISMUpdateWithDefaults() *ResponsesZkISMUpdate
NewResponsesZkISMUpdateWithDefaults instantiates a new ResponsesZkISMUpdate 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 *ResponsesZkISMUpdate) GetHeight() int64
GetHeight returns the Height field if non-nil, zero value otherwise.
func (o *ResponsesZkISMUpdate) GetHeightOk() (*int64, bool)
GetHeightOk returns a tuple with the Height field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesZkISMUpdate) SetHeight(v int64)
SetHeight sets Height field to given value.
func (o *ResponsesZkISMUpdate) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (o *ResponsesZkISMUpdate) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ResponsesZkISMUpdate) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesZkISMUpdate) SetId(v int64)
SetId sets Id field to given value.
func (o *ResponsesZkISMUpdate) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ResponsesZkISMUpdate) GetNewState() *os.File
GetNewState returns the NewState field if non-nil, zero value otherwise.
func (o *ResponsesZkISMUpdate) GetNewStateOk() (**os.File, bool)
GetNewStateOk returns a tuple with the NewState field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesZkISMUpdate) SetNewState(v *os.File)
SetNewState sets NewState field to given value.
func (o *ResponsesZkISMUpdate) HasNewState() bool
HasNewState returns a boolean if a field has been set.
func (o *ResponsesZkISMUpdate) GetSigner() ResponsesShortAddress
GetSigner returns the Signer field if non-nil, zero value otherwise.
func (o *ResponsesZkISMUpdate) GetSignerOk() (*ResponsesShortAddress, bool)
GetSignerOk returns a tuple with the Signer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesZkISMUpdate) SetSigner(v ResponsesShortAddress)
SetSigner sets Signer field to given value.
func (o *ResponsesZkISMUpdate) HasSigner() bool
HasSigner returns a boolean if a field has been set.
func (o *ResponsesZkISMUpdate) GetTime() time.Time
GetTime returns the Time field if non-nil, zero value otherwise.
func (o *ResponsesZkISMUpdate) GetTimeOk() (*time.Time, bool)
GetTimeOk returns a tuple with the Time field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesZkISMUpdate) SetTime(v time.Time)
SetTime sets Time field to given value.
func (o *ResponsesZkISMUpdate) HasTime() bool
HasTime returns a boolean if a field has been set.
func (o *ResponsesZkISMUpdate) GetTxHash() *os.File
GetTxHash returns the TxHash field if non-nil, zero value otherwise.
func (o *ResponsesZkISMUpdate) GetTxHashOk() (**os.File, bool)
GetTxHashOk returns a tuple with the TxHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesZkISMUpdate) SetTxHash(v *os.File)
SetTxHash sets TxHash field to given value.
func (o *ResponsesZkISMUpdate) HasTxHash() bool
HasTxHash returns a boolean if a field has been set.