Show / Hide Table of Contents

Class ListResourcesResponse

Inheritance
object
ListResourcesResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX