Name | Type | Description | Notes |
---|---|---|---|
Kind | string | ||
Name | string |
func NewSubject(kind string, name string, ) *Subject
NewSubject instantiates a new Subject 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 NewSubjectWithDefaults() *Subject
NewSubjectWithDefaults instantiates a new Subject 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 *Subject) GetKind() string
GetKind returns the Kind field if non-nil, zero value otherwise.
func (o *Subject) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Subject) SetKind(v string)
SetKind sets Kind field to given value.
func (o *Subject) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *Subject) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Subject) SetName(v string)
SetName sets Name field to given value.