<Code Lib>
2025 Constructor
Changes 0
C

AnalysisResultSchema(String, String)

Description:
Creates object and assigns name and description
Overloads (2):
AnalysisResultSchema(String,String)

public AnalysisResultSchema(
	string name,
	string description
)

  • name
    Name of the result schema
  • description
    Description of the result schema

Loading…