Class: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaListConnectionsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/integrations_v1alpha/classes.rb,
lib/google/apis/integrations_v1alpha/representations.rb,
lib/google/apis/integrations_v1alpha/representations.rb

Overview

Response containing Connections listed by region.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaListConnectionsResponse

Returns a new instance of GoogleCloudIntegrationsV1alphaListConnectionsResponse.



7243
7244
7245
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7243

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#connectionsArray<Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1Connection>

Connections. Corresponds to the JSON property connections



7236
7237
7238
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7236

def connections
  @connections
end

#next_page_tokenString

Next page token. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


7241
7242
7243
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7241

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7248
7249
7250
7251
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7248

def update!(**args)
  @connections = args[:connections] if args.key?(:connections)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
end