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.



27249
27250
27251
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27249

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



27241
27242
27243
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27241

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)


27247
27248
27249
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27247

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



27254
27255
27256
27257
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27254

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