Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.35 KB

BrandingListElement.md

File metadata and controls

23 lines (18 loc) · 1.35 KB

openapi.model.BrandingListElement

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
pkiBrandingID int The unique ID of the Branding
sBrandingDescriptionX String The Description of the Branding in the language of the requester
iBrandingColortext int The color of the text. This is a RGB color converted into integer
iBrandingColortextlinkbox int The color of the text in the link box. This is a RGB color converted into integer
iBrandingColortextbutton int The color of the text in the button. This is a RGB color converted into integer
iBrandingColorbackground int The color of the background. This is a RGB color converted into integer
iBrandingColorbackgroundbutton int The color of the background of the button. This is a RGB color converted into integer
iBrandingColorbackgroundsmallbox int The color of the background of the small box. This is a RGB color converted into integer
bBrandingIsactive bool Whether the Branding is active or not

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