Class CopyModelRequest
public class CopyModelRequest : IJsonRequest
- Inheritance
-
objectCopyModelRequest
Properties
DestinationId
Required. The id of the model to copy to.
public string DestinationId { get; set; }
Property Value
- string
SourceId
Required. The id of the model to copy from.
public string SourceId { get; set; }
Property Value
- string