empty method and model folders for go to start fixing build

This commit is contained in:
darrell-thobe-sp
2025-03-31 09:09:43 -04:00
parent 34d14a520e
commit 1b874a5285
2759 changed files with 2 additions and 516357 deletions

View File

@@ -1,164 +0,0 @@
---
id: v2024-source-deleted
title: SourceDeleted
pagination_label: SourceDeleted
sidebar_label: SourceDeleted
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'SourceDeleted', 'V2024SourceDeleted']
slug: /tools/sdk/go/v2024/models/source-deleted
tags: ['SDK', 'Software Development Kit', 'SourceDeleted', 'V2024SourceDeleted']
---
# SourceDeleted
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **string** | The unique ID of the source. |
**Name** | **string** | Human friendly name of the source. |
**Type** | **string** | The connection type. |
**Deleted** | **time.Time** | The date and time the source was deleted. |
**Connector** | **string** | The 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.