Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 951 Bytes

File metadata and controls

15 lines (12 loc) · 951 Bytes

ShipEngineSDK.Model.UpdateAccountSettingsImageRequestBody

A ShipEngine account settings images request body

Properties

Name Type Description Notes
IsDefault bool Indicates whether this image is set as default.
CreatedAt DateTimeOffset The date and time that the image was created in ShipEngine. [optional] [readonly]
ImageContentType string The image type [optional]
ImageData string A base64 encoded string representation of the image. [optional]
LabelImageId string A string that uniquely identifies the image. This ID is generated by ShipEngine when the image is uploaded. [optional] [readonly]
ModifiedAt DateTimeOffset The date and time that the image was modified in ShipEngine. [optional] [readonly]
Name string A human readable name for the image. [optional]