Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaListIdentityMappingStoresResponse

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

Overview

Response message for IdentityMappingStoreService.ListIdentityMappingStores

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaListIdentityMappingStoresResponse

Returns a new instance of GoogleCloudDiscoveryengineV1betaListIdentityMappingStoresResponse.



27011
27012
27013
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27011

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

Instance Attribute Details

#identity_mapping_storesArray<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaIdentityMappingStore>

The Identity Mapping Stores. Corresponds to the JSON property identityMappingStores



27003
27004
27005
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27003

def identity_mapping_stores
  @identity_mapping_stores
end

#next_page_tokenString

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


27009
27010
27011
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27009

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



27016
27017
27018
27019
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27016

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