Class PutDrawingGifRequest
- java.lang.Object
-
- com.aspose.cad.cloud.model.requests.PutDrawingGifRequest
-
public class PutDrawingGifRequest extends Object
Class that holds parameters for PutDrawingGif request invocation.
-
-
Field Summary
Fields Modifier and Type Field Description byte[]
drawingData
Input drawingString
exportOptions
JSON-serialized export options passed as zero-indexed multipart/form-data.String
outPath
Path to updated file (if this is empty, response contains streamed file).String
storage
Your Aspose Cloud Storage name.
-
Constructor Summary
Constructors Constructor Description PutDrawingGifRequest(byte[] drawingData, String exportOptions, String outPath, String storage)
Initializes a new instance of the PutDrawingGifRequest class.
-
-
-
Field Detail
-
drawingData
public byte[] drawingData
Input drawing
-
exportOptions
public String exportOptions
JSON-serialized export options passed as zero-indexed multipart/form-data. Follow #/definitions/GifOptionsDTO model definition.
-
outPath
public String outPath
Path to updated file (if this is empty, response contains streamed file).
-
storage
public String storage
Your Aspose Cloud Storage name.
-
-
Constructor Detail
-
PutDrawingGifRequest
public PutDrawingGifRequest(byte[] drawingData, String exportOptions, String outPath, String storage)
Initializes a new instance of the PutDrawingGifRequest class.- Parameters:
drawingData
- Input drawingexportOptions
- JSON-serialized export options passed as zero-indexed multipart/form-data. Follow #/definitions/GifOptionsDTO model definition.outPath
- Path to updated file (if this is empty, response contains streamed file).storage
- Your Aspose Cloud Storage name.
-
-