RecommendSpecResponse_Recommendation constructor
RecommendSpecResponse_Recommendation({
- String region = '',
- RecommendSpecResponse_MachineAndModelContainerSpec? spec,
- RecommendSpecResponse_Recommendation_QuotaState userQuotaState = RecommendSpecResponse_Recommendation_QuotaState.$default,
Implementation
RecommendSpecResponse_Recommendation({
this.region = '',
this.spec,
this.userQuotaState =
RecommendSpecResponse_Recommendation_QuotaState.$default,
}) : super(fullyQualifiedName);