mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 12:27:47 +00:00
Update Go SDK docs: 16205722495
This commit is contained in:
@@ -15,7 +15,7 @@ tags: ['SDK', 'Software Development Kit', 'NonEmployeeBulkUploadStatus', 'BetaNo
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Status** | Pointer to **string** | Returns the following values indicating the progress or result of the bulk upload job. \"PENDING\" means the job is queued and waiting to be processed. \"IN_PROGRESS\" means the job is currently being processed. \"COMPLETED\" means the job has been completed without any errors. \"ERROR\" means the job failed to process with errors. null means job has been submitted to the source. | [optional]
|
||||
**Status** | Pointer to **NullableString** | Returns the following values indicating the progress or result of the bulk upload job. \"PENDING\" means the job is queued and waiting to be processed. \"IN_PROGRESS\" means the job is currently being processed. \"COMPLETED\" means the job has been completed without any errors. \"ERROR\" means the job failed to process with errors. null means job has been submitted to the source. | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -61,4 +61,14 @@ SetStatus sets Status field to given value.
|
||||
|
||||
HasStatus returns a boolean if a field has been set.
|
||||
|
||||
### SetStatusNil
|
||||
|
||||
`func (o *NonEmployeeBulkUploadStatus) SetStatusNil(b bool)`
|
||||
|
||||
SetStatusNil sets the value for Status to be an explicit nil
|
||||
|
||||
### UnsetStatus
|
||||
`func (o *NonEmployeeBulkUploadStatus) UnsetStatus()`
|
||||
|
||||
UnsetStatus ensures that no value is present for Status, not even an explicit nil
|
||||
|
||||
|
||||
Reference in New Issue
Block a user