CopyModelResponse constructor

CopyModelResponse({
  1. String model = '',
  2. String modelVersionId = '',
})

Implementation

CopyModelResponse({this.model = '', this.modelVersionId = ''})
  : super(fullyQualifiedName);