C# Class ServiceClientGenerator.BaseModel

Used to outline the basics of any model for the service They have a service model, json data, and documentation
Exibir arquivo Open project: aws/aws-sdk-net

Protected Methods

Method Description
BaseModel ( ServiceModel model, JsonData data ) : Json.LitJson

Method Details

BaseModel() protected method

protected BaseModel ( ServiceModel model, JsonData data ) : Json.LitJson
model ServiceModel
data JsonData
return Json.LitJson