class Google::Apis::ServicenetworkingV1::ListConnectionsResponse
ListConnectionsResponse
is the response to list peering states for the given service and consumer project.
Attributes
connections[RW]
The list of Connections. Corresponds to the JSON property `connections` @return [Array<Google::Apis::ServicenetworkingV1::Connection>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/servicenetworking_v1/classes.rb, line 2080 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/servicenetworking_v1/classes.rb, line 2085 def update!(**args) @connections = args[:connections] if args.key?(:connections) end