Class ListServicesResponse
Message for response to listing Services
Implements
Inherited Members
Namespace: Google.Apis.AgentRegistry.v1alpha.Data
Assembly: Google.Apis.AgentRegistry.v1alpha.dll
Syntax
public class ListServicesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
A token identifying a page of results the server should return. Used in page_token.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Services
The list of Service resources matching the parent and filter criteria in the request. Each Service resource
follows the format: projects/{project}/locations/{location}/services/{service}.
Declaration
[JsonProperty("services")]
public virtual IList<Service> Services { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Service> |