Class: Google::Apis::CloudsearchV1::ListSearchApplicationsResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::ListSearchApplicationsResponse
- Defined in:
- generated/google/apis/cloudsearch_v1/classes.rb,
generated/google/apis/cloudsearch_v1/representations.rb,
generated/google/apis/cloudsearch_v1/representations.rb
Instance Attribute Summary collapse
-
#next_page_token ⇒ String
Token to retrieve the next page of results, or empty if there are no more results in the list.
-
#search_applications ⇒ Array<Google::Apis::CloudsearchV1::SearchApplication>
Corresponds to the JSON property
searchApplications
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListSearchApplicationsResponse
constructor
A new instance of ListSearchApplicationsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListSearchApplicationsResponse
Returns a new instance of ListSearchApplicationsResponse.
2231 2232 2233 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 2231 def initialize(**args) update!(**args) end |
Instance Attribute Details
#next_page_token ⇒ String
Token to retrieve the next page of results, or empty if there are no
more results in the list.
Corresponds to the JSON property nextPageToken
2224 2225 2226 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 2224 def next_page_token @next_page_token end |
#search_applications ⇒ Array<Google::Apis::CloudsearchV1::SearchApplication>
Corresponds to the JSON property searchApplications
2229 2230 2231 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 2229 def search_applications @search_applications end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2236 2237 2238 2239 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 2236 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @search_applications = args[:search_applications] if args.key?(:search_applications) end |