starting point for go docs

This commit is contained in:
darrell-thobe-sp
2025-03-27 14:43:04 -04:00
parent bdfaf3e228
commit 34d14a520e
2762 changed files with 516453 additions and 0 deletions

View File

@@ -0,0 +1,142 @@
---
id: non-employee-request-summary
title: NonEmployeeRequestSummary
pagination_label: NonEmployeeRequestSummary
sidebar_label: NonEmployeeRequestSummary
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'NonEmployeeRequestSummary', 'NonEmployeeRequestSummary']
slug: /tools/sdk/go/v3/models/non-employee-request-summary
tags: ['SDK', 'Software Development Kit', 'NonEmployeeRequestSummary', 'NonEmployeeRequestSummary']
---
# NonEmployeeRequestSummary
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Approved** | Pointer to **int32** | The number of approved non-employee requests on all sources that *requested-for* user manages. | [optional]
**Rejected** | Pointer to **int32** | The number of rejected non-employee requests on all sources that *requested-for* user manages. | [optional]
**Pending** | Pointer to **int32** | The number of pending non-employee requests on all sources that *requested-for* user manages. | [optional]
**NonEmployeeCount** | Pointer to **int32** | The number of non-employee records on all sources that *requested-for* user manages. | [optional]
## Methods
### NewNonEmployeeRequestSummary
`func NewNonEmployeeRequestSummary() *NonEmployeeRequestSummary`
NewNonEmployeeRequestSummary instantiates a new NonEmployeeRequestSummary 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
### NewNonEmployeeRequestSummaryWithDefaults
`func NewNonEmployeeRequestSummaryWithDefaults() *NonEmployeeRequestSummary`
NewNonEmployeeRequestSummaryWithDefaults instantiates a new NonEmployeeRequestSummary 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
### GetApproved
`func (o *NonEmployeeRequestSummary) GetApproved() int32`
GetApproved returns the Approved field if non-nil, zero value otherwise.
### GetApprovedOk
`func (o *NonEmployeeRequestSummary) GetApprovedOk() (*int32, bool)`
GetApprovedOk returns a tuple with the Approved field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetApproved
`func (o *NonEmployeeRequestSummary) SetApproved(v int32)`
SetApproved sets Approved field to given value.
### HasApproved
`func (o *NonEmployeeRequestSummary) HasApproved() bool`
HasApproved returns a boolean if a field has been set.
### GetRejected
`func (o *NonEmployeeRequestSummary) GetRejected() int32`
GetRejected returns the Rejected field if non-nil, zero value otherwise.
### GetRejectedOk
`func (o *NonEmployeeRequestSummary) GetRejectedOk() (*int32, bool)`
GetRejectedOk returns a tuple with the Rejected field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRejected
`func (o *NonEmployeeRequestSummary) SetRejected(v int32)`
SetRejected sets Rejected field to given value.
### HasRejected
`func (o *NonEmployeeRequestSummary) HasRejected() bool`
HasRejected returns a boolean if a field has been set.
### GetPending
`func (o *NonEmployeeRequestSummary) GetPending() int32`
GetPending returns the Pending field if non-nil, zero value otherwise.
### GetPendingOk
`func (o *NonEmployeeRequestSummary) GetPendingOk() (*int32, bool)`
GetPendingOk returns a tuple with the Pending field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetPending
`func (o *NonEmployeeRequestSummary) SetPending(v int32)`
SetPending sets Pending field to given value.
### HasPending
`func (o *NonEmployeeRequestSummary) HasPending() bool`
HasPending returns a boolean if a field has been set.
### GetNonEmployeeCount
`func (o *NonEmployeeRequestSummary) GetNonEmployeeCount() int32`
GetNonEmployeeCount returns the NonEmployeeCount field if non-nil, zero value otherwise.
### GetNonEmployeeCountOk
`func (o *NonEmployeeRequestSummary) 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 *NonEmployeeRequestSummary) SetNonEmployeeCount(v int32)`
SetNonEmployeeCount sets NonEmployeeCount field to given value.
### HasNonEmployeeCount
`func (o *NonEmployeeRequestSummary) HasNonEmployeeCount() bool`
HasNonEmployeeCount returns a boolean if a field has been set.