Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.64 KB

BrandingResponseCompoundV3.md

File metadata and controls

27 lines (22 loc) · 1.64 KB

openapi.model.BrandingResponseCompoundV3

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
pkiBrandingID int The unique ID of the Branding
fkiEmailID int The unique ID of the Email [optional]
objBrandingDescription MultilingualBrandingDescription
sBrandingDescriptionX String The Description of the Branding in the language of the requester
sBrandingName String The name of the Branding This value will only be set if you wish to overwrite the default name. If you want to keep the default name, leave this property empty [optional]
sEmailAddress String The email address. [optional]
eBrandingLogo FieldEBrandingLogo
eBrandingAlignlogo FieldEBrandingAlignlogo
iBrandingColor int The primary color. This is a RGB color converted into integer
bBrandingIsactive bool Whether the Branding is active or not
sBrandingLogourl String The url of the picture used as logo in the Branding [optional]
sBrandingLogoemailurl String The url of the picture used in email as logo in the Branding [optional]
sBrandingLogointerfaceurl String The url of the picture used as logo in the Branding [optional]

[Back to Model list] [Back to API list] [Back to README]