Class SdkReportContext
Inheritance
SdkReportContext
Assembly: Inttegro.dll
Syntax
public sealed record SdkReportContext : IEquatable<SdkReportContext>
Constructors
|
Edit this page
View Source
SdkReportContext(string, string)
Declaration
public SdkReportContext(string Language, string Version)
Parameters
Properties
|
Edit this page
View Source
Language
Declaration
[JsonPropertyName("language")]
public string Language { get; init; }
Property Value
|
Edit this page
View Source
Version
Declaration
[JsonPropertyName("version")]
public string Version { get; init; }
Property Value
Implements