Class Resource
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v2.Data
Assembly: Google.Apis.Connectors.v2.dll
Syntax
public class Resource : IDirectResponseSchema
Properties
Description
A description of what this resource represents.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MimeType
The MIME type of this resource, if known.
Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
A human-readable name for this resource.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Size
The size of the raw resource content, in bytes, if known.
Declaration
[JsonProperty("size")]
public virtual long? Size { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Uri
The URI of this resource.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |