Class ListServiceConfigsResponse
Response message for ListServiceConfigs method.
Implements
Inherited Members
Namespace: Google.Apis.ServiceManagement.v1.Data
Assembly: Google.Apis.ServiceManagement.v1.dll
Syntax
public class ListServiceConfigsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
The token of the next page of results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceConfigs
The list of service configuration resources.
Declaration
[JsonProperty("serviceConfigs")]
public virtual IList<Service> ServiceConfigs { get; set; }
Property Value
Type | Description |
---|---|
IList<Service> |