update go docs and examples

This commit is contained in:
darrell-thobe-sp
2025-05-13 11:12:04 -04:00
parent 43fe2ffd30
commit d89039d220
580 changed files with 62492 additions and 25327 deletions

View File

@@ -21,8 +21,8 @@ Name | Type | Description | Notes
**Description** | Pointer to **string** | Source description associated with this non-employee source. | [optional]
**Approvers** | Pointer to [**[]IdentityReferenceWithId**](identity-reference-with-id) | List of approvers | [optional]
**AccountManagers** | Pointer to [**[]IdentityReferenceWithId**](identity-reference-with-id) | 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]
**Modified** | Pointer to **SailPointTime** | When the request was last modified. | [optional]
**Created** | Pointer to **SailPointTime** | When the request was created. | [optional]
**NonEmployeeCount** | Pointer to **NullableInt32** | The number of non-employee records on all sources that *requested-for* user manages. | [optional]
## Methods
@@ -196,20 +196,20 @@ HasAccountManagers returns a boolean if a field has been set.
### GetModified
`func (o *NonEmployeeSource) GetModified() time.Time`
`func (o *NonEmployeeSource) GetModified() SailPointTime`
GetModified returns the Modified field if non-nil, zero value otherwise.
### GetModifiedOk
`func (o *NonEmployeeSource) GetModifiedOk() (*time.Time, bool)`
`func (o *NonEmployeeSource) GetModifiedOk() (*SailPointTime, 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.
### SetModified
`func (o *NonEmployeeSource) SetModified(v time.Time)`
`func (o *NonEmployeeSource) SetModified(v SailPointTime)`
SetModified sets Modified field to given value.
@@ -221,20 +221,20 @@ HasModified returns a boolean if a field has been set.
### GetCreated
`func (o *NonEmployeeSource) GetCreated() time.Time`
`func (o *NonEmployeeSource) GetCreated() SailPointTime`
GetCreated returns the Created field if non-nil, zero value otherwise.
### GetCreatedOk
`func (o *NonEmployeeSource) GetCreatedOk() (*time.Time, bool)`
`func (o *NonEmployeeSource) GetCreatedOk() (*SailPointTime, 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.
### SetCreated
`func (o *NonEmployeeSource) SetCreated(v time.Time)`
`func (o *NonEmployeeSource) SetCreated(v SailPointTime)`
SetCreated sets Created field to given value.