ChargebackVmRequest Data Type

The parameter class for querying the chargeback report. Database will be filtered by guid / uuid lists and grouped by groupBy value

Properties
name data type constraints description
valid boolean required boolean
cloud boolean required boolean
OS boolean required boolean

Example

{
  "valid" : true,
  "cloud" : true,
  "OS" : true
}