Show / Hide Table of Contents

Class ListServiceConfigsResponse

Response message for ListServiceConfigs method.

Inheritance
object
ListServiceConfigsResponse
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX