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
NewCreateSubjectWithDefaults instantiates a new CreateSubject object
25
+
This constructor will only assign default values to properties that have it defined,
26
+
but it doesn't guarantee that properties required by API are set
27
+
28
+
### GetQuery
29
+
30
+
`func (o *CreateSubject) GetQuery() string`
31
+
32
+
GetQuery returns the Query field if non-nil, zero value otherwise.
33
+
34
+
### GetQueryOk
35
+
36
+
`func (o *CreateSubject) GetQueryOk() (*string, bool)`
37
+
38
+
GetQueryOk returns a tuple with the Query field if it's non-nil, zero value otherwise
39
+
and a boolean to check if the value has been set.
40
+
41
+
### SetQuery
42
+
43
+
`func (o *CreateSubject) SetQuery(v string)`
44
+
45
+
SetQuery sets Query field to given value.
46
+
47
+
### HasQuery
48
+
49
+
`func (o *CreateSubject) HasQuery() bool`
50
+
51
+
HasQuery returns a boolean if a field has been set.
52
+
53
+
54
+
[[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