SourceUpdated
Properties
Name | Type | Description | Notes |
---|---|---|---|
Id | string | Source's unique ID. | |
Name | string | Source name. | |
Type | string | Connection type. | |
Modified | SailPointTime | Date and time when the source was modified. | |
Connector | string | Connector type used to connect to the source. | |
Actor | SourceUpdatedActor |
Methods
NewSourceUpdated
func NewSourceUpdated(id string, name string, type_ string, modified SailPointTime, connector string, actor SourceUpdatedActor, ) *SourceUpdated
NewSourceUpdated instantiates a new SourceUpdated object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
NewSourceUpdatedWithDefaults
func NewSourceUpdatedWithDefaults() *SourceUpdated
NewSourceUpdatedWithDefaults instantiates a new SourceUpdated object 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
GetId
func (o *SourceUpdated) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
GetIdOk
func (o *SourceUpdated) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetId
func (o *SourceUpdated) SetId(v string)
SetId sets Id field to given value.
GetName
func (o *SourceUpdated) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
GetNameOk
func (o *SourceUpdated) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetName
func (o *SourceUpdated) SetName(v string)
SetName sets Name field to given value.
GetType
func (o *SourceUpdated) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
GetTypeOk
func (o *SourceUpdated) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetType
func (o *SourceUpdated) SetType(v string)
SetType sets Type field to given value.
GetModified
func (o *SourceUpdated) GetModified() SailPointTime
GetModified returns the Modified field if non-nil, zero value otherwise.
GetModifiedOk
func (o *SourceUpdated) 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 *SourceUpdated) SetModified(v SailPointTime)
SetModified sets Modified field to given value.
GetConnector
func (o *SourceUpdated) GetConnector() string
GetConnector returns the Connector field if non-nil, zero value otherwise.
GetConnectorOk
func (o *SourceUpdated) GetConnectorOk() (*string, bool)
GetConnectorOk returns a tuple with the Connector field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetConnector
func (o *SourceUpdated) SetConnector(v string)
SetConnector sets Connector field to given value.
GetActor
func (o *SourceUpdated) GetActor() SourceUpdatedActor
GetActor returns the Actor field if non-nil, zero value otherwise.
GetActorOk
func (o *SourceUpdated) GetActorOk() (*SourceUpdatedActor, bool)
GetActorOk returns a tuple with the Actor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetActor
func (o *SourceUpdated) SetActor(v SourceUpdatedActor)
SetActor sets Actor field to given value.