Interface GetFileParameters

Generates the parameters for the get method.

interface GetFileParameters {
    config?: GetFileConfig;
    name: string;
}

Properties

Properties

config?: GetFileConfig

Used to override the default configuration.

name: string

The name identifier for the file to retrieve.

MMNEPVFCICPMFPCPTTAAATR