Class RestMethod.MediaUploadData.ProtocolsData.ResumableData
Supports the Resumable Media Upload protocol.
Inherited Members
Namespace: Google.Apis.Discovery.v1.Data
Assembly: Google.Apis.Discovery.v1.dll
Syntax
public class RestMethod.MediaUploadData.ProtocolsData.ResumableData
Properties
Multipart
True if this endpoint supports uploading multipart media.
Declaration
[JsonProperty("multipart")]
public virtual bool? Multipart { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Path
The URI path to be used for upload. Should be used in conjunction with the basePath property at the api-level.
Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
Type | Description |
---|---|
string |