Interface EnvironmentApiGetParentPathRequest

Request parameters for getParentPath operation in EnvironmentApi.

EnvironmentApiGetParentPathRequest

interface EnvironmentApiGetParentPathRequest {
    path: string;
}

Properties

Properties

path: string

The path.

EnvironmentApiGetParentPath