mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
empty method and model folders for go to start fixing build
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user