Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.08 KB

File metadata and controls

77 lines (42 loc) · 2.08 KB

SubjectConfig

Properties

Name Type Description Notes
Handle string
ScopeQuery Pointer to string [optional]

Methods

NewSubjectConfig

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

NewSubjectConfigWithDefaults

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

GetHandle

func (o *SubjectConfig) GetHandle() string

GetHandle returns the Handle field if non-nil, zero value otherwise.

GetHandleOk

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.

SetHandle

func (o *SubjectConfig) SetHandle(v string)

SetHandle sets Handle field to given value.

GetScopeQuery

func (o *SubjectConfig) GetScopeQuery() string

GetScopeQuery returns the ScopeQuery field if non-nil, zero value otherwise.

GetScopeQueryOk

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.

SetScopeQuery

func (o *SubjectConfig) SetScopeQuery(v string)

SetScopeQuery sets ScopeQuery field to given value.

HasScopeQuery

func (o *SubjectConfig) HasScopeQuery() bool

HasScopeQuery returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]