Class: Google::Apis::CloudsearchV1::ListUnmappedIdentitiesResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::ListUnmappedIdentitiesResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/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.
-
#unmapped_identities ⇒ Array<Google::Apis::CloudsearchV1::UnmappedIdentity>
Corresponds to the JSON property
unmappedIdentities
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListUnmappedIdentitiesResponse
constructor
A new instance of ListUnmappedIdentitiesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ListUnmappedIdentitiesResponse
Returns a new instance of ListUnmappedIdentitiesResponse.
4649 4650 4651 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4649 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
4642 4643 4644 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4642 def next_page_token @next_page_token end |
#unmapped_identities ⇒ Array<Google::Apis::CloudsearchV1::UnmappedIdentity>
Corresponds to the JSON property unmappedIdentities
4647 4648 4649 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4647 def unmapped_identities @unmapped_identities end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4654 4655 4656 4657 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4654 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @unmapped_identities = args[:unmapped_identities] if args.key?(:unmapped_identities) end |