dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

SuggestResponseErrors Class

public class SuggestResponseErrors :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.SuggestResponseErrors>

Inheritance System.Object 🡒 SuggestResponseErrors

Implements System.IEquatable<SuggestResponseErrors>

Constructors

SuggestResponseErrors(Error, string, Nullable) Constructor

public SuggestResponseErrors(dymaptic.GeoBlazor.Core.Model.Error? Error=null, string? Source=null, System.Nullable<int> SourceIndex=null);

Parameters

Error Error

Source System.String

SourceIndex System.Nullable<System.Int32>

Properties

SuggestResponseErrors.Error Property

public dymaptic.GeoBlazor.Core.Model.Error? Error { get; set; }

Property Value

Error

SuggestResponseErrors.Source Property

public string? Source { get; set; }

Property Value

System.String

SuggestResponseErrors.SourceIndex Property

public System.Nullable<int> SourceIndex { get; set; }

Property Value

System.Nullable<System.Int32>