toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (allocateErrors != null) 'allocateErrors': allocateErrors!,
      if (allocateInfo != null) 'allocateInfo': allocateInfo!,
      if (operationId != null) 'operationId': operationId!,
      if (quotaMetrics != null) 'quotaMetrics': quotaMetrics!,
      if (serviceConfigId != null) 'serviceConfigId': serviceConfigId!,
    };