Name | Type | Description | Notes |
---|---|---|---|
StartedCertification | Pointer to bool | Include employees who started the certification | [optional] |
func NewPersonCertificationFilter() *PersonCertificationFilter
NewPersonCertificationFilter instantiates a new PersonCertificationFilter 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 NewPersonCertificationFilterWithDefaults() *PersonCertificationFilter
NewPersonCertificationFilterWithDefaults instantiates a new PersonCertificationFilter 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 *PersonCertificationFilter) GetStartedCertification() bool
GetStartedCertification returns the StartedCertification field if non-nil, zero value otherwise.
func (o *PersonCertificationFilter) GetStartedCertificationOk() (*bool, bool)
GetStartedCertificationOk returns a tuple with the StartedCertification field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PersonCertificationFilter) SetStartedCertification(v bool)
SetStartedCertification sets StartedCertification field to given value.
func (o *PersonCertificationFilter) HasStartedCertification() bool
HasStartedCertification returns a boolean if a field has been set.