GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaPurgeIdentityMappingsRequestInlineSource (google_api_discovery_engine v0.28.0)
View SourceThe inline source to purge identity mapping entries from.
Attributes
-
identityMappingEntries
(type:list(GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaIdentityMappingEntry.t)
, default:nil
) - A maximum of 10000 entries can be purged at one time
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaPurgeIdentityMappingsRequestInlineSource{ identityMappingEntries: [ GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaIdentityMappingEntry.t() ] | nil }