Interface SchemaMethod (5.0.5)

Package

googleapis-common

Properties

description

description: string;
Property Value
TypeDescription
string

fragment

fragment: string;
Property Value
TypeDescription
string

httpMethod

httpMethod: HttpMethod;
Property Value
TypeDescription
HttpMethod

id

id: string;
Property Value
TypeDescription
string

mediaUpload

mediaUpload: {
        protocols: {
            simple: {
                path: string;
            };
        };
    };
Property Value
TypeDescription
{ protocols: { simple: { path: string; }; }; }

parameterOrder

parameterOrder?: string[];
Property Value
TypeDescription
string[]

parameters

parameters?: {
        [index: string]: SchemaParameter;
    };
Property Value
TypeDescription
{ [index: string]: SchemaParameter; }

path

path: string;
Property Value
TypeDescription
string

request

request: {
        $ref: string;
    };
Property Value
TypeDescription
{ $ref: string; }

response

response: {
        $ref: string;
    };
Property Value
TypeDescription
{ $ref: string; }

sampleUrl

sampleUrl: string;
Property Value
TypeDescription
string

scopes

scopes: string[];
Property Value
TypeDescription
string[]

supportsMediaDownload

supportsMediaDownload?: boolean;
Property Value
TypeDescription
boolean