Class ListSkillsResponse
Response structure listing logical Skills.
Implements
Inherited Members
Namespace: Google.Apis.AgentRegistry.v1alpha.Data
Assembly: Google.Apis.AgentRegistry.v1alpha.dll
Syntax
public class ListSkillsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
Page continuation continuation token.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Skills
Returned container list.
Declaration
[JsonProperty("skills")]
public virtual IList<Skill> Skills { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Skill> |
Unreachable
Unreachable locations or failures.
Declaration
[JsonProperty("unreachable")]
public virtual IList<string> Unreachable { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |