Table of Contents

Class CopyModelRequest

public class CopyModelRequest : IJsonRequest
Inheritance
object
CopyModelRequest

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