GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1ImportIdentityMappingsRequestInlineSource (google_api_discovery_engine v0.28.0)

View Source

The inline source to import identity mapping entries from.

Attributes

  • identityMappingEntries (type: list(GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1IdentityMappingEntry.t), default: nil) - A maximum of 10000 entries can be imported at one time

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1ImportIdentityMappingsRequestInlineSource{
    identityMappingEntries:
      [
        GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1IdentityMappingEntry.t()
      ]
      | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.