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-workgroup-connection-dto
title: WorkgroupConnectionDto
pagination_label: WorkgroupConnectionDto
sidebar_label: WorkgroupConnectionDto
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'WorkgroupConnectionDto', 'V2024WorkgroupConnectionDto']
slug: /tools/sdk/go/v2024/models/workgroup-connection-dto
tags: ['SDK', 'Software Development Kit', 'WorkgroupConnectionDto', 'V2024WorkgroupConnectionDto']
---
# WorkgroupConnectionDto
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Object** | Pointer to [**WorkgroupConnectionDtoObject**](workgroup-connection-dto-object) | | [optional]
**ConnectionType** | Pointer to **string** | Connection Type. | [optional]
## Methods
### NewWorkgroupConnectionDto
`func NewWorkgroupConnectionDto() *WorkgroupConnectionDto`
NewWorkgroupConnectionDto instantiates a new WorkgroupConnectionDto 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
### NewWorkgroupConnectionDtoWithDefaults
`func NewWorkgroupConnectionDtoWithDefaults() *WorkgroupConnectionDto`
NewWorkgroupConnectionDtoWithDefaults instantiates a new WorkgroupConnectionDto 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
### GetObject
`func (o *WorkgroupConnectionDto) GetObject() WorkgroupConnectionDtoObject`
GetObject returns the Object field if non-nil, zero value otherwise.
### GetObjectOk
`func (o *WorkgroupConnectionDto) GetObjectOk() (*WorkgroupConnectionDtoObject, bool)`
GetObjectOk returns a tuple with the Object field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetObject
`func (o *WorkgroupConnectionDto) SetObject(v WorkgroupConnectionDtoObject)`
SetObject sets Object field to given value.
### HasObject
`func (o *WorkgroupConnectionDto) HasObject() bool`
HasObject returns a boolean if a field has been set.
### GetConnectionType
`func (o *WorkgroupConnectionDto) GetConnectionType() string`
GetConnectionType returns the ConnectionType field if non-nil, zero value otherwise.
### GetConnectionTypeOk
`func (o *WorkgroupConnectionDto) GetConnectionTypeOk() (*string, bool)`
GetConnectionTypeOk returns a tuple with the ConnectionType field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetConnectionType
`func (o *WorkgroupConnectionDto) SetConnectionType(v string)`
SetConnectionType sets ConnectionType field to given value.
### HasConnectionType
`func (o *WorkgroupConnectionDto) HasConnectionType() bool`
HasConnectionType returns a boolean if a field has been set.