Update Go SDK docs: 16205722495

This commit is contained in:
developer-relations-sp
2025-07-10 20:51:08 +00:00
parent 63d156bb2f
commit f785aaaf50
17 changed files with 768 additions and 690 deletions

View File

@@ -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