Show / Hide Table of Contents

Class ListConnectionsResponse

ListConnectionsResponse is the response to list peering states for the given service and consumer project.

Inheritance
System.Object
ListConnectionsResponse
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ServiceNetworking.v1beta.Data
Assembly: Google.Apis.ServiceNetworking.v1beta.dll
Syntax
public class ListConnectionsResponse : IDirectResponseSchema

Properties

Connections

The list of Connections.

Declaration
[JsonProperty("connections")]
public virtual IList<Connection> Connections { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Connection>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top