Class GetDrawingPropertiesRequest
- java.lang.Object
-
- com.aspose.cad.cloud.model.requests.GetDrawingPropertiesRequest
-
public class GetDrawingPropertiesRequest extends Object
Class that holds parameters for GetDrawingProperties request invocation.
-
-
Constructor Summary
Constructors Constructor Description GetDrawingPropertiesRequest(String name, String folder, String storage)
Initializes a new instance of the GetDrawingPropertiesRequest class.
-
-
-
Constructor Detail
-
GetDrawingPropertiesRequest
public GetDrawingPropertiesRequest(String name, String folder, String storage)
Initializes a new instance of the GetDrawingPropertiesRequest class.- Parameters:
name
- Filename of an input drawing on a storage.folder
- Folder with a drawing to get properties for.storage
- Your Aspose Cloud Storage name.
-
-