mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
starting point for go docs
This commit is contained in:
164
docs/tools/sdk/go/Reference/Beta/Models/SourceDeleted.md
Normal file
164
docs/tools/sdk/go/Reference/Beta/Models/SourceDeleted.md
Normal file
@@ -0,0 +1,164 @@
|
||||
---
|
||||
id: beta-source-deleted
|
||||
title: SourceDeleted
|
||||
pagination_label: SourceDeleted
|
||||
sidebar_label: SourceDeleted
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'SourceDeleted', 'BetaSourceDeleted']
|
||||
slug: /tools/sdk/go/beta/models/source-deleted
|
||||
tags: ['SDK', 'Software Development Kit', 'SourceDeleted', 'BetaSourceDeleted']
|
||||
---
|
||||
|
||||
# SourceDeleted
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | **string** | Source's unique ID. |
|
||||
**Name** | **string** | Source name. |
|
||||
**Type** | **string** | Connection type. |
|
||||
**Deleted** | **time.Time** | Date and time when the source was deleted. |
|
||||
**Connector** | **string** | Connector type used to connect to the source. |
|
||||
**Actor** | [**SourceDeletedActor**](source-deleted-actor) | |
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSourceDeleted
|
||||
|
||||
`func NewSourceDeleted(id string, name string, type_ string, deleted time.Time, 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() time.Time`
|
||||
|
||||
GetDeleted returns the Deleted field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDeletedOk
|
||||
|
||||
`func (o *SourceDeleted) GetDeletedOk() (*time.Time, 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 time.Time)`
|
||||
|
||||
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.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user