Googly.DocumentAI.Model.CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFieldOccurrences (googly_document_ai v0.1.0)

Copy Markdown View Source

Attributes

  • field (type: Googly.DocumentAI.Model.CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleField.t()) -
  • max_occurrences (type: integer()) -
  • min_occurrences (type: integer()) - Min and max occurrences of the field. If not set, there is limit set. The defined interval is a closed-closed interval, i.e. [min, max].

Summary

Types

t()

@type t() ::
  %Googly.DocumentAI.Model.CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFieldOccurrences{
    field:
      Googly.DocumentAI.Model.CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleField.t()
      | nil,
    max_occurrences: integer() | nil,
    min_occurrences: integer() | nil
  }