Class ListResourcesResponse
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v2.Data
Assembly: Google.Apis.Connectors.v2.dll
Syntax
public class ListResourcesResponse : IDirectResponseSchema
Properties
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>> |
NextPageToken
Next page token if more resources available.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Resources
List of available resources.
Declaration
[JsonProperty("resources")]
public virtual IList<Resource> Resources { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Resource> |