Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | Non-Employee source id. | [optional] |
SourceId | Pointer to string | Source Id associated with this non-employee source. | [optional] |
Name | Pointer to string | Source name associated with this non-employee source. | [optional] |
Description | Pointer to string | Source description associated with this non-employee source. | [optional] |
Approvers | Pointer to []IdentityReferenceWithId | List of approvers | [optional] |
AccountManagers | Pointer to []IdentityReferenceWithId | List of account managers | [optional] |
Modified | Pointer to time.Time | When the request was last modified. | [optional] |
Created | Pointer to time.Time | When the request was created. | [optional] |
NonEmployeeCount | Pointer to int32 | Number of non-employee records associated with this source. | [optional] |
func NewNonEmployeeSourceWithNECount() *NonEmployeeSourceWithNECount
NewNonEmployeeSourceWithNECount instantiates a new NonEmployeeSourceWithNECount 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 NewNonEmployeeSourceWithNECountWithDefaults() *NonEmployeeSourceWithNECount
NewNonEmployeeSourceWithNECountWithDefaults instantiates a new NonEmployeeSourceWithNECount 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 *NonEmployeeSourceWithNECount) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *NonEmployeeSourceWithNECount) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NonEmployeeSourceWithNECount) SetId(v string)
SetId sets Id field to given value.
func (o *NonEmployeeSourceWithNECount) HasId() bool
HasId returns a boolean if a field has been set.
func (o *NonEmployeeSourceWithNECount) GetSourceId() string
GetSourceId returns the SourceId field if non-nil, zero value otherwise.
func (o *NonEmployeeSourceWithNECount) GetSourceIdOk() (*string, bool)
GetSourceIdOk returns a tuple with the SourceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NonEmployeeSourceWithNECount) SetSourceId(v string)
SetSourceId sets SourceId field to given value.
func (o *NonEmployeeSourceWithNECount) HasSourceId() bool
HasSourceId returns a boolean if a field has been set.
func (o *NonEmployeeSourceWithNECount) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *NonEmployeeSourceWithNECount) 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 *NonEmployeeSourceWithNECount) SetName(v string)
SetName sets Name field to given value.
func (o *NonEmployeeSourceWithNECount) HasName() bool
HasName returns a boolean if a field has been set.
func (o *NonEmployeeSourceWithNECount) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *NonEmployeeSourceWithNECount) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NonEmployeeSourceWithNECount) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *NonEmployeeSourceWithNECount) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *NonEmployeeSourceWithNECount) GetApprovers() []IdentityReferenceWithId
GetApprovers returns the Approvers field if non-nil, zero value otherwise.
func (o *NonEmployeeSourceWithNECount) GetApproversOk() (*[]IdentityReferenceWithId, bool)
GetApproversOk returns a tuple with the Approvers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NonEmployeeSourceWithNECount) SetApprovers(v []IdentityReferenceWithId)
SetApprovers sets Approvers field to given value.
func (o *NonEmployeeSourceWithNECount) HasApprovers() bool
HasApprovers returns a boolean if a field has been set.
func (o *NonEmployeeSourceWithNECount) GetAccountManagers() []IdentityReferenceWithId
GetAccountManagers returns the AccountManagers field if non-nil, zero value otherwise.
func (o *NonEmployeeSourceWithNECount) GetAccountManagersOk() (*[]IdentityReferenceWithId, bool)
GetAccountManagersOk returns a tuple with the AccountManagers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NonEmployeeSourceWithNECount) SetAccountManagers(v []IdentityReferenceWithId)
SetAccountManagers sets AccountManagers field to given value.
func (o *NonEmployeeSourceWithNECount) HasAccountManagers() bool
HasAccountManagers returns a boolean if a field has been set.
func (o *NonEmployeeSourceWithNECount) GetModified() time.Time
GetModified returns the Modified field if non-nil, zero value otherwise.
func (o *NonEmployeeSourceWithNECount) GetModifiedOk() (*time.Time, bool)
GetModifiedOk returns a tuple with the Modified field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NonEmployeeSourceWithNECount) SetModified(v time.Time)
SetModified sets Modified field to given value.
func (o *NonEmployeeSourceWithNECount) HasModified() bool
HasModified returns a boolean if a field has been set.
func (o *NonEmployeeSourceWithNECount) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *NonEmployeeSourceWithNECount) GetCreatedOk() (*time.Time, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NonEmployeeSourceWithNECount) SetCreated(v time.Time)
SetCreated sets Created field to given value.
func (o *NonEmployeeSourceWithNECount) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *NonEmployeeSourceWithNECount) GetNonEmployeeCount() int32
GetNonEmployeeCount returns the NonEmployeeCount field if non-nil, zero value otherwise.
func (o *NonEmployeeSourceWithNECount) 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.
func (o *NonEmployeeSourceWithNECount) SetNonEmployeeCount(v int32)
SetNonEmployeeCount sets NonEmployeeCount field to given value.
func (o *NonEmployeeSourceWithNECount) HasNonEmployeeCount() bool
HasNonEmployeeCount returns a boolean if a field has been set.