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
NewSubjectConfig instantiates a new SubjectConfig object
16
17
This constructor will assign default values to properties that have it defined,
@@ -45,6 +46,26 @@ and a boolean to check if the value has been set.
45
46
SetHandle sets Handle field to given value.
46
47
47
48
49
+
### GetSource
50
+
51
+
`func (o *SubjectConfig) GetSource() SubjectSource`
52
+
53
+
GetSource returns the Source field if non-nil, zero value otherwise.
54
+
55
+
### GetSourceOk
56
+
57
+
`func (o *SubjectConfig) GetSourceOk() (*SubjectSource, bool)`
58
+
59
+
GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise
60
+
and a boolean to check if the value has been set.
61
+
62
+
### SetSource
63
+
64
+
`func (o *SubjectConfig) SetSource(v SubjectSource)`
65
+
66
+
SetSource sets Source field to given value.
67
+
68
+
48
69
49
70
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[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