GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1ListIdentityMappingsResponse (google_api_discovery_engine v0.28.0)
View SourceResponse message for IdentityMappingStoreService.ListIdentityMappings
Attributes
-
identityMappingEntries
(type:list(GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1IdentityMappingEntry.t)
, default:nil
) - The Identity Mapping Entries. -
nextPageToken
(type:String.t
, default:nil
) - A token that can be sent aspage_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1ListIdentityMappingsResponse{ identityMappingEntries: [ GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1IdentityMappingEntry.t() ] | nil, nextPageToken: String.t() | nil }