UpdateAcceleratorAttributesResponse constructor

UpdateAcceleratorAttributesResponse({
  1. AcceleratorAttributes? acceleratorAttributes,
})

Implementation

UpdateAcceleratorAttributesResponse({
  this.acceleratorAttributes,
});