Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.03 KB

NonEmployeeSourceWithNECountAllOf.md

File metadata and controls

56 lines (31 loc) · 2.03 KB

NonEmployeeSourceWithNECountAllOf

Properties

Name Type Description Notes
NonEmployeeCount Pointer to int32 Number of non-employee records associated with this source. [optional]

Methods

NewNonEmployeeSourceWithNECountAllOf

func NewNonEmployeeSourceWithNECountAllOf() *NonEmployeeSourceWithNECountAllOf

NewNonEmployeeSourceWithNECountAllOf instantiates a new NonEmployeeSourceWithNECountAllOf 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

NewNonEmployeeSourceWithNECountAllOfWithDefaults

func NewNonEmployeeSourceWithNECountAllOfWithDefaults() *NonEmployeeSourceWithNECountAllOf

NewNonEmployeeSourceWithNECountAllOfWithDefaults instantiates a new NonEmployeeSourceWithNECountAllOf 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

GetNonEmployeeCount

func (o *NonEmployeeSourceWithNECountAllOf) GetNonEmployeeCount() int32

GetNonEmployeeCount returns the NonEmployeeCount field if non-nil, zero value otherwise.

GetNonEmployeeCountOk

func (o *NonEmployeeSourceWithNECountAllOf) GetNonEmployeeCountOk() (*int32, bool)

GetNonEmployeeCountOk returns a tuple with the NonEmployeeCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetNonEmployeeCount

func (o *NonEmployeeSourceWithNECountAllOf) SetNonEmployeeCount(v int32)

SetNonEmployeeCount sets NonEmployeeCount field to given value.

HasNonEmployeeCount

func (o *NonEmployeeSourceWithNECountAllOf) HasNonEmployeeCount() bool

HasNonEmployeeCount returns a boolean if a field has been set.

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