-
Notifications
You must be signed in to change notification settings - Fork 0
/
model_json_analysis_request.go
23 lines (22 loc) · 1.1 KB
/
model_json_analysis_request.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
* madana-api
*
* <h1>API Quickstart Guide</h1> <p>This documentation contains a Quickstart Guide, a few <a href=\"downloads.html\">sample clients</a> for download and information about the available <a href=\"resources.html\">endpoints</a> and <a href=\"data.html\">DataTypes</a> </p> <p>The <a target=\"_blank\" href=\"http://madana-explorer-staging.eu-central-1.elasticbeanstalk.com/login\"> MADANA Explorer</a> can be used to verify the interactions with the API</p> <p>Internal use only. For more information visit <a href=\"https://www.madana.io\">www.madana.io</a></p> <br> <br>
*
* API version: 0.4.12
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
package madanasampleclientgo
// JsonAnalysisRequest
type JsonAnalysisRequest struct {
//
TokenAmount string `json:"tokenAmount,omitempty"`
//
Treshold string `json:"treshold,omitempty"`
//
DataCollectionMethod string `json:"dataCollectionMethod,omitempty"`
//
DataCollectionConfig string `json:"dataCollectionConfig,omitempty"`
//
Description string `json:"description,omitempty"`
}