The FMPResource.Meta class is used to describe information about resource from resources scheme.
class Meta : FMPModelProtocol
| Property | Description |
name |
Resource name.
var name: String { get }
|
| Property | Description |
source |
Source.
var source: String? { get }
|
| inputScalarNames | Names of scalar input parameters.
var inputScalarNames: [String]? { get }
|
| inputTabularNames | Names of tabular input parameters.
var inputTabularNames: [String]? { get }
|
outputTableNames |
Names of tabular output parameters.
var outputTableNames: [String]? { get }
|
outputTableColumns |
Names of tabular output parameters columns.
var outputTableColumns: [String : [String]] { get }
|
defaultRequestParams |
Request input parameters with default values. The “[]” empty array is inserted for tabular parameters. The “null” empty value is inserted for scalar parameters.
var defaultRequestParams: String { get }
|
See also: