mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
Update Go SDK docs: 16260121800
This commit is contained in:
@@ -15,6 +15,7 @@ tags: ['SDK', 'Software Development Kit', 'CorrelationConfigAttributeAssignments
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Sequence** | Pointer to **int32** | The sequence of the attribute assignment. | [optional]
|
||||
**Property** | Pointer to **string** | The property of the attribute assignment. | [optional]
|
||||
**Value** | Pointer to **string** | The value of the attribute assignment. | [optional]
|
||||
**Operation** | Pointer to **string** | The operation of the attribute assignment. | [optional]
|
||||
@@ -42,6 +43,31 @@ NewCorrelationConfigAttributeAssignmentsInnerWithDefaults instantiates a new Cor
|
||||
This constructor will only assign default values to properties that have it defined,
|
||||
but it doesn't guarantee that properties required by API are set
|
||||
|
||||
### GetSequence
|
||||
|
||||
`func (o *CorrelationConfigAttributeAssignmentsInner) GetSequence() int32`
|
||||
|
||||
GetSequence returns the Sequence field if non-nil, zero value otherwise.
|
||||
|
||||
### GetSequenceOk
|
||||
|
||||
`func (o *CorrelationConfigAttributeAssignmentsInner) GetSequenceOk() (*int32, bool)`
|
||||
|
||||
GetSequenceOk returns a tuple with the Sequence field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetSequence
|
||||
|
||||
`func (o *CorrelationConfigAttributeAssignmentsInner) SetSequence(v int32)`
|
||||
|
||||
SetSequence sets Sequence field to given value.
|
||||
|
||||
### HasSequence
|
||||
|
||||
`func (o *CorrelationConfigAttributeAssignmentsInner) HasSequence() bool`
|
||||
|
||||
HasSequence returns a boolean if a field has been set.
|
||||
|
||||
### GetProperty
|
||||
|
||||
`func (o *CorrelationConfigAttributeAssignmentsInner) GetProperty() string`
|
||||
|
||||
Reference in New Issue
Block a user