mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
empty method and model folders for go to start fixing build
This commit is contained in:
@@ -1,59 +0,0 @@
|
||||
---
|
||||
id: v2024-put-connector-source-config-request
|
||||
title: PutConnectorSourceConfigRequest
|
||||
pagination_label: PutConnectorSourceConfigRequest
|
||||
sidebar_label: PutConnectorSourceConfigRequest
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'PutConnectorSourceConfigRequest', 'V2024PutConnectorSourceConfigRequest']
|
||||
slug: /tools/sdk/go/v2024/models/put-connector-source-config-request
|
||||
tags: ['SDK', 'Software Development Kit', 'PutConnectorSourceConfigRequest', 'V2024PutConnectorSourceConfigRequest']
|
||||
---
|
||||
|
||||
# PutConnectorSourceConfigRequest
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**File** | ***os.File** | connector source config xml file |
|
||||
|
||||
## Methods
|
||||
|
||||
### NewPutConnectorSourceConfigRequest
|
||||
|
||||
`func NewPutConnectorSourceConfigRequest(file *os.File, ) *PutConnectorSourceConfigRequest`
|
||||
|
||||
NewPutConnectorSourceConfigRequest instantiates a new PutConnectorSourceConfigRequest 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
|
||||
|
||||
### NewPutConnectorSourceConfigRequestWithDefaults
|
||||
|
||||
`func NewPutConnectorSourceConfigRequestWithDefaults() *PutConnectorSourceConfigRequest`
|
||||
|
||||
NewPutConnectorSourceConfigRequestWithDefaults instantiates a new PutConnectorSourceConfigRequest 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
|
||||
|
||||
### GetFile
|
||||
|
||||
`func (o *PutConnectorSourceConfigRequest) GetFile() *os.File`
|
||||
|
||||
GetFile returns the File field if non-nil, zero value otherwise.
|
||||
|
||||
### GetFileOk
|
||||
|
||||
`func (o *PutConnectorSourceConfigRequest) GetFileOk() (**os.File, bool)`
|
||||
|
||||
GetFileOk returns a tuple with the File field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetFile
|
||||
|
||||
`func (o *PutConnectorSourceConfigRequest) SetFile(v *os.File)`
|
||||
|
||||
SetFile sets File field to given value.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user