| Name | Type | Description | Notes |
|---|---|---|---|
| Handle | string | ||
| ScopeQuery | Pointer to string | [optional] |
func NewSubjectConfig(handle string, ) *SubjectConfig
NewSubjectConfig instantiates a new SubjectConfig 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 NewSubjectConfigWithDefaults() *SubjectConfig
NewSubjectConfigWithDefaults instantiates a new SubjectConfig 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 *SubjectConfig) GetHandle() string
GetHandle returns the Handle field if non-nil, zero value otherwise.
func (o *SubjectConfig) GetHandleOk() (*string, bool)
GetHandleOk returns a tuple with the Handle field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubjectConfig) SetHandle(v string)
SetHandle sets Handle field to given value.
func (o *SubjectConfig) GetScopeQuery() string
GetScopeQuery returns the ScopeQuery field if non-nil, zero value otherwise.
func (o *SubjectConfig) GetScopeQueryOk() (*string, bool)
GetScopeQueryOk returns a tuple with the ScopeQuery field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubjectConfig) SetScopeQuery(v string)
SetScopeQuery sets ScopeQuery field to given value.
func (o *SubjectConfig) HasScopeQuery() bool
HasScopeQuery returns a boolean if a field has been set.