Show / Hide Table of Contents

Class ListConnectionsResponse

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

Inheritance
object
ListConnectionsResponse
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.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<GoogleCloudServicenetworkingV1betaConnection> Connections { get; set; }
Property Value
Type Description
IList<GoogleCloudServicenetworkingV1betaConnection>

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX