GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1ListIdentityMappingStoresResponse (google_api_discovery_engine v0.28.0)
View SourceResponse message for IdentityMappingStoreService.ListIdentityMappingStores
Attributes
-
identityMappingStores(type:list(GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1IdentityMappingStore.t), default:nil) - The Identity Mapping Stores. -
nextPageToken(type:String.t, default:nil) - A token that can be sent aspage_tokento 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.GoogleCloudDiscoveryengineV1ListIdentityMappingStoresResponse{ identityMappingStores: [ GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1IdentityMappingStore.t() ] | nil, nextPageToken: String.t() | nil }