Class MissingResourceInRelationship
- Namespace
- JsonApiDotNetCore.Errors
- Assembly
- JsonApiDotNetCore.dll
[PublicAPI]
public sealed class MissingResourceInRelationship
- Inheritance
-
MissingResourceInRelationship
- Inherited Members
Constructors
MissingResourceInRelationship(string, string, string)
public MissingResourceInRelationship(string relationshipName, string resourceType, string resourceId)
Parameters
Properties
RelationshipName
public string RelationshipName { get; }
Property Value
ResourceId
public string ResourceId { get; }
Property Value
ResourceType
public string ResourceType { get; }