Class: Google::Apis::OracledatabaseV1::ListGiVersionsResponse

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

Overview

The response for GiVersion.List.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListGiVersionsResponse

Returns a new instance of ListGiVersionsResponse.



7851
7852
7853
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 7851

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

Instance Attribute Details

#gi_versionsArray<Google::Apis::OracledatabaseV1::GiVersion>

The list of Oracle Grid Infrastructure (GI) versions. Corresponds to the JSON property giVersions



7844
7845
7846
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 7844

def gi_versions
  @gi_versions
end

#next_page_tokenString

A token identifying a page of results the server should return. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


7849
7850
7851
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 7849

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7856
7857
7858
7859
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 7856

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