| ||
| detail: element | attribute | value | ||
XML Example:<component> <latest>xsd:boolean</latest> <name>xsd:string</name> <platformName>xsd:string</platformName> <productName>xsd:string</productName> <version>xsd:string</version> </component> | JSON Example:{"component":
{
"latest": Boolean,
"name": String,
"platformName": String,
"productName": String,
"version": String,
}
}
|
| Name | Type | Required | Nillable | Default Value | Description |
|---|---|---|---|---|---|
| latest | xsd:boolean | false | false | is this the Component latest?
| |
| name | xsd:string | false | false | Get the Name of the Component
| |
| platformName | xsd:string | false | false | Get the Plaform of the Component
| |
| productName | xsd:string | false | false | Get the Product Name of the Component
| |
| version | xsd:string | false | false | Get the Version of the Component
|
| ||
| detail: element | attribute | value | ||