AsposeBarCodeCloud-BarcodeApi
view release on metacpan or search on metacpan
lib/AsposeBarCodeCloud/Object/BarcodeBuilder.pm view on Meta::CPAN
package AsposeBarCodeCloud::Object::BarcodeBuilder;
require 5.6.0;
use strict;
use warnings;
use utf8;
use JSON qw(decode_json);
use Data::Dumper;
use Module::Runtime qw(use_module);
use Log::Any qw($log);
use Date::Parse;
use DateTime;
use base "AsposeBarCodeCloud::Object::BaseObject";
#
#
#
#NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.
#
my $swagger_types = {
'TypeOfBarcode' => 'string',
'Text' => 'string',
'Resolution' => 'Resolution',
'DimensionX' => 'int',
'DimensionY' => 'int',
'CodeLocation' => 'string',
'GraphicsUnit' => 'string',
'AutoSize' => 'boolean',
'BarHeight' => 'int',
'ImageHeight' => 'int',
'ImageWidth' => 'int',
'ImageQuality' => 'string',
'RotationAngle' => 'int',
'BackColor' => 'string',
'ForeColor' => 'string',
'CodeTextColor' => 'string',
'BorderColor' => 'string',
'EnableChecksum' => 'string',
'BorderVisible' => 'boolean',
'Margins' => 'Margins'
};
my $attribute_map = {
'TypeOfBarcode' => 'TypeOfBarcode',
'Text' => 'Text',
'Resolution' => 'Resolution',
'DimensionX' => 'DimensionX',
'DimensionY' => 'DimensionY',
'CodeLocation' => 'CodeLocation',
'GraphicsUnit' => 'GraphicsUnit',
'AutoSize' => 'AutoSize',
'BarHeight' => 'BarHeight',
'ImageHeight' => 'ImageHeight',
'ImageWidth' => 'ImageWidth',
'ImageQuality' => 'ImageQuality',
'RotationAngle' => 'RotationAngle',
'BackColor' => 'BackColor',
'ForeColor' => 'ForeColor',
'CodeTextColor' => 'CodeTextColor',
'BorderColor' => 'BorderColor',
'EnableChecksum' => 'EnableChecksum',
'BorderVisible' => 'BorderVisible',
'Margins' => 'Margins'
};
# new object
sub new {
my ($class, %args) = @_;
my $self = {
( run in 0.804 second using v1.01-cache-2.11-cpan-39bf76dae61 )