Table of Contents

Class EntitiesParsingCall

Namespace
CedarDotNet.Models
Assembly
CedarDotNet.dll

The entity parsing call.

public sealed record EntitiesParsingCall : IEquatable<EntitiesParsingCall>
Inheritance
EntitiesParsingCall
Implements
Inherited Members

Properties

Entities

The entities.

[JsonPropertyName("entities")]
public required IReadOnlyCollection<Entity> Entities { get; init; }

Property Value

IReadOnlyCollection<Entity>

Schema

The schema.

[JsonPropertyName("schema")]
public Schema? Schema { get; init; }

Property Value

Schema