CopyModelRequest constructor

CopyModelRequest({
  1. String? modelId,
  2. String? parentModel,
  3. required String parent,
  4. required String sourceModel,
  5. EncryptionSpec? encryptionSpec,
  6. String customServiceAccount = '',
})

Implementation

CopyModelRequest({
  this.modelId,
  this.parentModel,
  required this.parent,
  required this.sourceModel,
  this.encryptionSpec,
  this.customServiceAccount = '',
}) : super(fullyQualifiedName);