Name | Type | Description | Notes |
---|---|---|---|
SubjectPart | Pointer to string | [optional] | |
SubjectPartName | Pointer to string | [optional] |
func NewKeyfactorApiModelsTemplatesValidSubjectPartResponse() *KeyfactorApiModelsTemplatesValidSubjectPartResponse
NewKeyfactorApiModelsTemplatesValidSubjectPartResponse instantiates a new KeyfactorApiModelsTemplatesValidSubjectPartResponse 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 NewKeyfactorApiModelsTemplatesValidSubjectPartResponseWithDefaults() *KeyfactorApiModelsTemplatesValidSubjectPartResponse
NewKeyfactorApiModelsTemplatesValidSubjectPartResponseWithDefaults instantiates a new KeyfactorApiModelsTemplatesValidSubjectPartResponse 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 *KeyfactorApiModelsTemplatesValidSubjectPartResponse) GetSubjectPart() string
GetSubjectPart returns the SubjectPart field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsTemplatesValidSubjectPartResponse) GetSubjectPartOk() (*string, bool)
GetSubjectPartOk returns a tuple with the SubjectPart field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsTemplatesValidSubjectPartResponse) SetSubjectPart(v string)
SetSubjectPart sets SubjectPart field to given value.
func (o *KeyfactorApiModelsTemplatesValidSubjectPartResponse) HasSubjectPart() bool
HasSubjectPart returns a boolean if a field has been set.
func (o *KeyfactorApiModelsTemplatesValidSubjectPartResponse) GetSubjectPartName() string
GetSubjectPartName returns the SubjectPartName field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsTemplatesValidSubjectPartResponse) GetSubjectPartNameOk() (*string, bool)
GetSubjectPartNameOk returns a tuple with the SubjectPartName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsTemplatesValidSubjectPartResponse) SetSubjectPartName(v string)
SetSubjectPartName sets SubjectPartName field to given value.
func (o *KeyfactorApiModelsTemplatesValidSubjectPartResponse) HasSubjectPartName() bool
HasSubjectPartName returns a boolean if a field has been set.