Show / Hide Table of Contents

Class ListEntitiesResponse

Response message for EntityService.ListEntities

Inheritance
object
ListEntitiesResponse
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 ListEntitiesResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Entities

List containing entity rows.

Declaration
[JsonProperty("entities")]
public virtual IList<Entity> Entities { get; set; }
Property Value
Type Description
IList<Entity>

NextPageToken

Next page token if more records are available.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX