View Source Validate.DurationRules (envoy_data_plane_api v0.2.0)

Summary

Types

@type t() :: %Validate.DurationRules{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  const: Google.Protobuf.Duration.t() | nil,
  gt: Google.Protobuf.Duration.t() | nil,
  gte: Google.Protobuf.Duration.t() | nil,
  in: [Google.Protobuf.Duration.t()],
  lt: Google.Protobuf.Duration.t() | nil,
  lte: Google.Protobuf.Duration.t() | nil,
  not_in: [Google.Protobuf.Duration.t()],
  required: boolean() | nil
}