Table of Contents

Class GoogleFileData

URI based data.

public class GoogleFileData
Inheritance
object
GoogleFileData

Constructors

GoogleFileData()

public GoogleFileData()

GoogleFileData(string)

public GoogleFileData(string fileUri)

Parameters

fileUri string

Properties

MimeType

Optional. The IANA standard MIME type of the source data.

public MimeType? MimeType { get; set; }

Property Value

MimeType?

Uri

Required. URI.

public string Uri { get; set; }

Property Value

string