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,90 +0,0 @@
---
id: v2024-source1
title: Source1
pagination_label: Source1
sidebar_label: Source1
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'Source1', 'V2024Source1']
slug: /tools/sdk/go/v2024/models/source1
tags: ['SDK', 'Software Development Kit', 'Source1', 'V2024Source1']
---
# Source1
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type** | Pointer to **string** | Attribute mapping type. | [optional]
**Properties** | Pointer to **map[string]interface{}** | Attribute mapping properties. | [optional]
## Methods
### NewSource1
`func NewSource1() *Source1`
NewSource1 instantiates a new Source1 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
### NewSource1WithDefaults
`func NewSource1WithDefaults() *Source1`
NewSource1WithDefaults instantiates a new Source1 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
### GetType
`func (o *Source1) GetType() string`
GetType returns the Type field if non-nil, zero value otherwise.
### GetTypeOk
`func (o *Source1) 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 *Source1) SetType(v string)`
SetType sets Type field to given value.
### HasType
`func (o *Source1) HasType() bool`
HasType returns a boolean if a field has been set.
### GetProperties
`func (o *Source1) GetProperties() map[string]interface{}`
GetProperties returns the Properties field if non-nil, zero value otherwise.
### GetPropertiesOk
`func (o *Source1) GetPropertiesOk() (*map[string]interface{}, bool)`
GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetProperties
`func (o *Source1) SetProperties(v map[string]interface{})`
SetProperties sets Properties field to given value.
### HasProperties
`func (o *Source1) HasProperties() bool`
HasProperties returns a boolean if a field has been set.