Class: Google::Apis::CloudsearchV1::ListSearchApplicationsResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
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

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListSearchApplicationsResponse

Returns a new instance of ListSearchApplicationsResponse.



2228
2229
2230
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 2228

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

Instance Attribute Details

#next_page_tokenString

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

Returns:

  • (String)


2221
2222
2223
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 2221

def next_page_token
  @next_page_token
end

#search_applicationsArray<Google::Apis::CloudsearchV1::SearchApplication>

Corresponds to the JSON property searchApplications



2226
2227
2228
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 2226

def search_applications
  @search_applications
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2233
2234
2235
2236
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 2233

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