mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
update go docs and examples
This commit is contained in:
@@ -100,20 +100,20 @@ HasModifiedBy returns a boolean if a field has been set.
|
||||
UnsetModifiedBy ensures that no value is present for ModifiedBy, not even an explicit nil
|
||||
### GetModified
|
||||
|
||||
`func (o *PublicIdentityConfig) GetModified() time.Time`
|
||||
`func (o *PublicIdentityConfig) GetModified() SailPointTime`
|
||||
|
||||
GetModified returns the Modified field if non-nil, zero value otherwise.
|
||||
|
||||
### GetModifiedOk
|
||||
|
||||
`func (o *PublicIdentityConfig) GetModifiedOk() (*time.Time, bool)`
|
||||
`func (o *PublicIdentityConfig) 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 *PublicIdentityConfig) SetModified(v time.Time)`
|
||||
`func (o *PublicIdentityConfig) SetModified(v SailPointTime)`
|
||||
|
||||
SetModified sets Modified field to given value.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user