Show / Hide Table of Contents

Class ListServicesResponse

Message for response to listing Services

Inheritance
object
ListServicesResponse
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.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX