Skip to content

Commit 415674b

Browse files
authored
Update containers.py
Removed duplicate horizontalAlignment from simple_properties and descriptive comments in ColumnSet class. Added horizontalAlignment to simple_properties of Container class.
1 parent 904f90d commit 415674b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/webexpythonsdk/models/cards/containers.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,7 @@ def __init__(
501501
"minHeight",
502502
*([] if hasattr(fallback, "to_dict") else ["fallback"]),
503503
"height",
504+
"horizontalAlignment",
504505
"separator",
505506
"spacing",
506507
"id",
@@ -578,13 +579,6 @@ def __init__(
578579
height (BlockElementHeight, Optional): Specifies the height of the
579580
element. **_Defaults to None._** Allowed value(s):
580581
BlockElementHeight.AUTO or BlockElementHeight.STRETCH
581-
horizontalAlignment (HorizontalAlignment, Optional): Controls the
582-
horizontal alignment of the ColumnSet. When not specified, the
583-
value of horizontalAlignment is inherited from the parent
584-
container. If no parent container has horizontalAlignment set,
585-
it defaults to Left. Allowed value(s):
586-
HorizontalAlignment.LEFT, HorizontalAlignment.CENTER, or
587-
HorizontalAlignment.RIGHT
588582
separator (bool, Optional): When true, draw a separating line at
589583
the top of the element. **_Defaults to None._**
590584
spacing (Spacing, Optional): Controls the amount of spacing
@@ -740,7 +734,6 @@ def __init__(
740734
"horizontalAlignment",
741735
*([] if hasattr(fallback, "to_dict") else ["fallback"]),
742736
"height",
743-
"horizontalAlignment",
744737
"separator",
745738
"spacing",
746739
"id",

0 commit comments

Comments
 (0)