mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 04:19:37 +00:00
update go docs and examples
This commit is contained in:
@@ -18,8 +18,8 @@ Name | Type | Description | Notes
|
||||
**MultihostId** | Pointer to **string** | Multi-Host Integration ID. | [optional] [readonly]
|
||||
**SourceName** | Pointer to **string** | Source's human-readable name. | [optional]
|
||||
**SourceError** | Pointer to **string** | Source's human-readable description. | [optional]
|
||||
**Created** | Pointer to **time.Time** | Date-time when the source was created | [optional]
|
||||
**Modified** | Pointer to **time.Time** | Date-time when the source was last modified. | [optional]
|
||||
**Created** | Pointer to **SailPointTime** | Date-time when the source was created | [optional]
|
||||
**Modified** | Pointer to **SailPointTime** | Date-time when the source was last modified. | [optional]
|
||||
**Operation** | Pointer to **NullableString** | operation category (e.g. DELETE). | [optional]
|
||||
|
||||
## Methods
|
||||
@@ -118,20 +118,20 @@ HasSourceError returns a boolean if a field has been set.
|
||||
|
||||
### GetCreated
|
||||
|
||||
`func (o *SourceCreationErrors) GetCreated() time.Time`
|
||||
`func (o *SourceCreationErrors) GetCreated() SailPointTime`
|
||||
|
||||
GetCreated returns the Created field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCreatedOk
|
||||
|
||||
`func (o *SourceCreationErrors) GetCreatedOk() (*time.Time, bool)`
|
||||
`func (o *SourceCreationErrors) 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 *SourceCreationErrors) SetCreated(v time.Time)`
|
||||
`func (o *SourceCreationErrors) SetCreated(v SailPointTime)`
|
||||
|
||||
SetCreated sets Created field to given value.
|
||||
|
||||
@@ -143,20 +143,20 @@ HasCreated returns a boolean if a field has been set.
|
||||
|
||||
### GetModified
|
||||
|
||||
`func (o *SourceCreationErrors) GetModified() time.Time`
|
||||
`func (o *SourceCreationErrors) GetModified() SailPointTime`
|
||||
|
||||
GetModified returns the Modified field if non-nil, zero value otherwise.
|
||||
|
||||
### GetModifiedOk
|
||||
|
||||
`func (o *SourceCreationErrors) GetModifiedOk() (*time.Time, bool)`
|
||||
`func (o *SourceCreationErrors) 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 *SourceCreationErrors) SetModified(v time.Time)`
|
||||
`func (o *SourceCreationErrors) SetModified(v SailPointTime)`
|
||||
|
||||
SetModified sets Modified field to given value.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user