parentModel property

String? parentModel
getter/setter pair

When specify this field, the model_to_upload will not be uploaded as a new model, instead, it will become a new version of this parent_model.

Optional.

Implementation

core.String? parentModel;