44
55Name | Type | Description | Notes
66------------ | ------------- | ------------- | -------------
7+ ** AppliedAt** | Pointer to ** time.Time** | | [ optional]
8+ ** AppliedAtLevel** | Pointer to ** int64** | | [ optional]
79** EndHeight** | Pointer to ** int64** | | [ optional]
810** EndTime** | Pointer to ** time.Time** | | [ optional]
911** Height** | Pointer to ** int64** | | [ optional]
1012** MsgId** | Pointer to ** int64** | | [ optional]
1113** SignalsCount** | Pointer to ** int64** | | [ optional]
1214** Signer** | Pointer to [ ** ResponsesShortAddress** ] ( ResponsesShortAddress.md ) | | [ optional]
15+ ** Status** | Pointer to ** string** | | [ optional]
1316** Time** | Pointer to ** time.Time** | | [ optional]
1417** TxHash** | Pointer to *** os.File** | | [ optional]
1518** Version** | Pointer to ** int64** | | [ optional]
@@ -35,6 +38,56 @@ NewResponsesUpgradeWithDefaults instantiates a new ResponsesUpgrade object
3538This constructor will only assign default values to properties that have it defined,
3639but it doesn't guarantee that properties required by API are set
3740
41+ ### GetAppliedAt
42+
43+ ` func (o *ResponsesUpgrade) GetAppliedAt() time.Time `
44+
45+ GetAppliedAt returns the AppliedAt field if non-nil, zero value otherwise.
46+
47+ ### GetAppliedAtOk
48+
49+ ` func (o *ResponsesUpgrade) GetAppliedAtOk() (*time.Time, bool) `
50+
51+ GetAppliedAtOk returns a tuple with the AppliedAt field if it's non-nil, zero value otherwise
52+ and a boolean to check if the value has been set.
53+
54+ ### SetAppliedAt
55+
56+ ` func (o *ResponsesUpgrade) SetAppliedAt(v time.Time) `
57+
58+ SetAppliedAt sets AppliedAt field to given value.
59+
60+ ### HasAppliedAt
61+
62+ ` func (o *ResponsesUpgrade) HasAppliedAt() bool `
63+
64+ HasAppliedAt returns a boolean if a field has been set.
65+
66+ ### GetAppliedAtLevel
67+
68+ ` func (o *ResponsesUpgrade) GetAppliedAtLevel() int64 `
69+
70+ GetAppliedAtLevel returns the AppliedAtLevel field if non-nil, zero value otherwise.
71+
72+ ### GetAppliedAtLevelOk
73+
74+ ` func (o *ResponsesUpgrade) GetAppliedAtLevelOk() (*int64, bool) `
75+
76+ GetAppliedAtLevelOk returns a tuple with the AppliedAtLevel field if it's non-nil, zero value otherwise
77+ and a boolean to check if the value has been set.
78+
79+ ### SetAppliedAtLevel
80+
81+ ` func (o *ResponsesUpgrade) SetAppliedAtLevel(v int64) `
82+
83+ SetAppliedAtLevel sets AppliedAtLevel field to given value.
84+
85+ ### HasAppliedAtLevel
86+
87+ ` func (o *ResponsesUpgrade) HasAppliedAtLevel() bool `
88+
89+ HasAppliedAtLevel returns a boolean if a field has been set.
90+
3891### GetEndHeight
3992
4093` func (o *ResponsesUpgrade) GetEndHeight() int64 `
@@ -185,6 +238,31 @@ SetSigner sets Signer field to given value.
185238
186239HasSigner returns a boolean if a field has been set.
187240
241+ ### GetStatus
242+
243+ ` func (o *ResponsesUpgrade) GetStatus() string `
244+
245+ GetStatus returns the Status field if non-nil, zero value otherwise.
246+
247+ ### GetStatusOk
248+
249+ ` func (o *ResponsesUpgrade) GetStatusOk() (*string, bool) `
250+
251+ GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise
252+ and a boolean to check if the value has been set.
253+
254+ ### SetStatus
255+
256+ ` func (o *ResponsesUpgrade) SetStatus(v string) `
257+
258+ SetStatus sets Status field to given value.
259+
260+ ### HasStatus
261+
262+ ` func (o *ResponsesUpgrade) HasStatus() bool `
263+
264+ HasStatus returns a boolean if a field has been set.
265+
188266### GetTime
189267
190268` func (o *ResponsesUpgrade) GetTime() time.Time `
0 commit comments