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