Skip to main content

SourceDeleted

Properties

NameTypeDescriptionNotes
IdstringSource's unique ID.
NamestringSource name.
TypestringConnection type.
DeletedSailPointTimeDate and time when the source was deleted.
ConnectorstringConnector type used to connect to the source.
ActorSourceDeletedActor

Methods

NewSourceDeleted

func NewSourceDeleted(id string, name string, type_ string, deleted SailPointTime, connector string, actor SourceDeletedActor, ) *SourceDeleted

NewSourceDeleted instantiates a new SourceDeleted 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

NewSourceDeletedWithDefaults

func NewSourceDeletedWithDefaults() *SourceDeleted

NewSourceDeletedWithDefaults instantiates a new SourceDeleted 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 *SourceDeleted) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *SourceDeleted) 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 *SourceDeleted) SetId(v string)

SetId sets Id field to given value.

GetName

func (o *SourceDeleted) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *SourceDeleted) 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 *SourceDeleted) SetName(v string)

SetName sets Name field to given value.

GetType

func (o *SourceDeleted) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *SourceDeleted) 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 *SourceDeleted) SetType(v string)

SetType sets Type field to given value.

GetDeleted

func (o *SourceDeleted) GetDeleted() SailPointTime

GetDeleted returns the Deleted field if non-nil, zero value otherwise.

GetDeletedOk

func (o *SourceDeleted) GetDeletedOk() (*SailPointTime, bool)

GetDeletedOk returns a tuple with the Deleted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDeleted

func (o *SourceDeleted) SetDeleted(v SailPointTime)

SetDeleted sets Deleted field to given value.

GetConnector

func (o *SourceDeleted) GetConnector() string

GetConnector returns the Connector field if non-nil, zero value otherwise.

GetConnectorOk

func (o *SourceDeleted) 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 *SourceDeleted) SetConnector(v string)

SetConnector sets Connector field to given value.

GetActor

func (o *SourceDeleted) GetActor() SourceDeletedActor

GetActor returns the Actor field if non-nil, zero value otherwise.

GetActorOk

func (o *SourceDeleted) GetActorOk() (*SourceDeletedActor, 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 *SourceDeleted) SetActor(v SourceDeletedActor)

SetActor sets Actor field to given value.