Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaListIdentityMappingsResponse

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.ListIdentityMappings

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaListIdentityMappingsResponse

Returns a new instance of GoogleCloudDiscoveryengineV1betaListIdentityMappingsResponse.



27960
27961
27962
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27960

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

Instance Attribute Details

#identity_mapping_entriesArray<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaIdentityMappingEntry>

The Identity Mapping Entries. Corresponds to the JSON property identityMappingEntries



27952
27953
27954
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27952

def identity_mapping_entries
  @identity_mapping_entries
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)


27958
27959
27960
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27958

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



27965
27966
27967
27968
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27965

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