Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 968 Bytes

IPlugin.md

File metadata and controls

21 lines (16 loc) · 968 Bytes

openapi.model.IPlugin

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
name String Gets the name of the plugin. [optional]
description String Gets the Description. [optional]
id String Gets the unique id. [optional]
version String Gets the plugin version. [optional]
assemblyFilePath String Gets the path to the assembly file. [optional]
canUninstall bool Gets a value indicating whether the plugin can be uninstalled. [optional]
dataFolderPath String Gets the full path to the data folder, where the plugin can store any miscellaneous files needed. [optional]

[Back to Model list] [Back to API list] [Back to README]