Class SearchAgentsResponse
Message for response to searching Agents
Implements
Inherited Members
Namespace: Google.Apis.AgentRegistry.v1alpha.Data
Assembly: Google.Apis.AgentRegistry.v1alpha.dll
Syntax
public class SearchAgentsResponse : IDirectResponseSchema
Properties
Agents
A list of Agents that match the search_string.
Declaration
[JsonProperty("agents")]
public virtual IList<Agent> Agents { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Agent> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
If there are more results than those appearing in this response, then next_page_token is included. To get
the next set of results, call this method again using the value of next_page_token as page_token.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |