Class ListServicesResponse
Response message for ListServices
method.
Implements
Inherited Members
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> |