Show / Hide Table of Contents

Class ListServicesResponse

Response message for ListServices method.

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.ServiceManagement.v1.Data
Assembly: Google.Apis.ServiceManagement.v1.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

Token that can be passed to ListServices to resume a paginated query.

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

Services

The returned services will only have the name field set.

Declaration
[JsonProperty("services")]
public virtual IList<ManagedService> Services { get; set; }
Property Value
Type Description
IList<ManagedService>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX