Interface SchemaMethod (7.1.0)

Package

googleapis-common

Properties

description

description: string;

fragment

fragment: string;

httpMethod

httpMethod: HttpMethod;

id

id: string;

mediaUpload

mediaUpload: {
        protocols: {
            simple: {
                path: string;
            };
        };
    };

parameterOrder

parameterOrder?: string[];

parameters

parameters?: {
        [index: string]: SchemaParameter;
    };

path

path: string;

request

request: {
        $ref: string;
    };

response

response: {
        $ref: string;
    };

sampleUrl

sampleUrl: string;

scopes

scopes: string[];

supportsMediaDownload

supportsMediaDownload?: boolean;