Class GetResourceResponse
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v2.Data
Assembly: Google.Apis.Connectors.v2.dll
Syntax
public class GetResourceResponse : IDirectResponseSchema
Properties
Data
The content of the resource.
Declaration
[JsonProperty("data")]
public virtual string Data { 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 |
Metadata
Metadata like service latency, etc.
Declaration
[JsonProperty("metadata")]
public virtual IDictionary<string, IDictionary<string, object>> Metadata { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, IDictionary<string, object>> |
MimeType
The MIME type of the resource.
Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |