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,64 +0,0 @@
|
||||
---
|
||||
id: v2024-import-entitlements-by-source-request
|
||||
title: ImportEntitlementsBySourceRequest
|
||||
pagination_label: ImportEntitlementsBySourceRequest
|
||||
sidebar_label: ImportEntitlementsBySourceRequest
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'ImportEntitlementsBySourceRequest', 'V2024ImportEntitlementsBySourceRequest']
|
||||
slug: /tools/sdk/go/v2024/models/import-entitlements-by-source-request
|
||||
tags: ['SDK', 'Software Development Kit', 'ImportEntitlementsBySourceRequest', 'V2024ImportEntitlementsBySourceRequest']
|
||||
---
|
||||
|
||||
# ImportEntitlementsBySourceRequest
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**CsvFile** | Pointer to ***os.File** | The CSV file containing the source entitlements to aggregate. | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewImportEntitlementsBySourceRequest
|
||||
|
||||
`func NewImportEntitlementsBySourceRequest() *ImportEntitlementsBySourceRequest`
|
||||
|
||||
NewImportEntitlementsBySourceRequest instantiates a new ImportEntitlementsBySourceRequest 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
|
||||
|
||||
### NewImportEntitlementsBySourceRequestWithDefaults
|
||||
|
||||
`func NewImportEntitlementsBySourceRequestWithDefaults() *ImportEntitlementsBySourceRequest`
|
||||
|
||||
NewImportEntitlementsBySourceRequestWithDefaults instantiates a new ImportEntitlementsBySourceRequest 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
|
||||
|
||||
### GetCsvFile
|
||||
|
||||
`func (o *ImportEntitlementsBySourceRequest) GetCsvFile() *os.File`
|
||||
|
||||
GetCsvFile returns the CsvFile field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCsvFileOk
|
||||
|
||||
`func (o *ImportEntitlementsBySourceRequest) GetCsvFileOk() (**os.File, bool)`
|
||||
|
||||
GetCsvFileOk returns a tuple with the CsvFile field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCsvFile
|
||||
|
||||
`func (o *ImportEntitlementsBySourceRequest) SetCsvFile(v *os.File)`
|
||||
|
||||
SetCsvFile sets CsvFile field to given value.
|
||||
|
||||
### HasCsvFile
|
||||
|
||||
`func (o *ImportEntitlementsBySourceRequest) HasCsvFile() bool`
|
||||
|
||||
HasCsvFile returns a boolean if a field has been set.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user