Autoscaler constructor
      
      Autoscaler({ 
    
    
- AutoscalingPolicy? autoscalingPolicy,
 - String? creationTimestamp,
 - String? description,
 - String? id,
 - String? kind,
 - String? name,
 - int? recommendedSize,
 - String? region,
 - Map<
String, ScalingScheduleStatus> ? scalingScheduleStatus, - String? selfLink,
 - String? status,
 - List<
AutoscalerStatusDetails> ? statusDetails, - String? target,
 - String? zone,
 
Implementation
Autoscaler({
  this.autoscalingPolicy,
  this.creationTimestamp,
  this.description,
  this.id,
  this.kind,
  this.name,
  this.recommendedSize,
  this.region,
  this.scalingScheduleStatus,
  this.selfLink,
  this.status,
  this.statusDetails,
  this.target,
  this.zone,
});