Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.96 KB

PersonCertificationFilter.md

File metadata and controls

56 lines (31 loc) · 1.96 KB

PersonCertificationFilter

Properties

Name Type Description Notes
StartedCertification Pointer to bool Include employees who started the certification [optional]

Methods

NewPersonCertificationFilter

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

NewPersonCertificationFilterWithDefaults

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

GetStartedCertification

func (o *PersonCertificationFilter) GetStartedCertification() bool

GetStartedCertification returns the StartedCertification field if non-nil, zero value otherwise.

GetStartedCertificationOk

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.

SetStartedCertification

func (o *PersonCertificationFilter) SetStartedCertification(v bool)

SetStartedCertification sets StartedCertification field to given value.

HasStartedCertification

func (o *PersonCertificationFilter) HasStartedCertification() bool

HasStartedCertification returns a boolean if a field has been set.

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