RecommendSpecResponse_Recommendation constructor

RecommendSpecResponse_Recommendation({
  1. String region = '',
  2. RecommendSpecResponse_MachineAndModelContainerSpec? spec,
  3. RecommendSpecResponse_Recommendation_QuotaState userQuotaState = RecommendSpecResponse_Recommendation_QuotaState.$default,
})

Implementation

RecommendSpecResponse_Recommendation({
  this.region = '',
  this.spec,
  this.userQuotaState =
      RecommendSpecResponse_Recommendation_QuotaState.$default,
}) : super(fullyQualifiedName);