describeConsumableResource

Returns a description of the specified consumable resource.

Samples


fun main() { 
   //sampleStart 
   // Returns a description of the specified consumable resource.
val resp = batchClient.describeConsumableResource {
    consumableResource = "myConsumableResource"
} 
   //sampleEnd
}