| ||
| detail: element | attribute | value | ||
XML Example:<FeatureSummary> <FeatureSummaryDetails> zero or N[<FeatureSummaryDetail>FeatureSummaryDetailElement</FeatureSummaryDetail>] </FeatureSummaryDetails> <totalComputerNum>xsd:int</totalComputerNum> </FeatureSummary> | JSON Example:{"FeatureSummary":
{
"FeatureSummaryDetails": [FeatureSummaryDetailElement],
"totalComputerNum": Number,
}
}
|
| Name | Type | Required | Nillable | Default Value | Description |
|---|---|---|---|---|---|
| FeatureSummaryDetail (wrapped by FeatureSummaryDetails) | zero or N[FeatureSummaryDetailElement] | false | false | Gets the featureSummaryDetails value for this FeatureSummaryElement.
| |
| totalComputerNum | xsd:int | false | false | Gets the totalComputerNum value for this FeatureSummaryElement.
|
| ||
| detail: element | attribute | value | ||