You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NewModelFunction instantiates a new ModelFunction object
22
22
This constructor will assign default values to properties that have it defined,
@@ -160,11 +160,6 @@ and a boolean to check if the value has been set.
160
160
161
161
SetSink sets Sink field to given value.
162
162
163
-
### HasSink
164
-
165
-
`func (o *ModelFunction) HasSink() bool`
166
-
167
-
HasSink returns a boolean if a field has been set.
168
163
169
164
### GetSource
170
165
@@ -185,11 +180,6 @@ and a boolean to check if the value has been set.
185
180
186
181
SetSource sets Source field to given value.
187
182
188
-
### HasSource
189
-
190
-
`func (o *ModelFunction) HasSource() bool`
191
-
192
-
HasSource returns a boolean if a field has been set.
193
183
194
184
195
185
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
NewModelRuntimeConfig instantiates a new ModelRuntimeConfig object
17
17
This constructor will assign default values to properties that have it defined,
@@ -70,11 +70,6 @@ and a boolean to check if the value has been set.
70
70
71
71
SetType sets Type field to given value.
72
72
73
-
### HasType
74
-
75
-
`func (o *ModelRuntimeConfig) HasType() bool`
76
-
77
-
HasType returns a boolean if a field has been set.
78
73
79
74
80
75
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
NewModelTubeConfig instantiates a new ModelTubeConfig object
17
17
This constructor will assign default values to properties that have it defined,
@@ -70,11 +70,6 @@ and a boolean to check if the value has been set.
70
70
71
71
SetType sets Type field to given value.
72
72
73
-
### HasType
74
-
75
-
`func (o *ModelTubeConfig) HasType() bool`
76
-
77
-
HasType returns a boolean if a field has been set.
78
73
79
74
80
75
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments