Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions src/webexpythonsdk/models/cards/containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@ def __init__(
"minHeight",
*([] if hasattr(fallback, "to_dict") else ["fallback"]),
"height",
"horizontalAlignment",
"separator",
"spacing",
"id",
Expand Down Expand Up @@ -578,13 +579,6 @@ def __init__(
height (BlockElementHeight, Optional): Specifies the height of the
element. **_Defaults to None._** Allowed value(s):
BlockElementHeight.AUTO or BlockElementHeight.STRETCH
horizontalAlignment (HorizontalAlignment, Optional): Controls the
horizontal alignment of the ColumnSet. When not specified, the
value of horizontalAlignment is inherited from the parent
container. If no parent container has horizontalAlignment set,
it defaults to Left. Allowed value(s):
HorizontalAlignment.LEFT, HorizontalAlignment.CENTER, or
HorizontalAlignment.RIGHT
separator (bool, Optional): When true, draw a separating line at
the top of the element. **_Defaults to None._**
spacing (Spacing, Optional): Controls the amount of spacing
Expand Down Expand Up @@ -740,7 +734,6 @@ def __init__(
"horizontalAlignment",
*([] if hasattr(fallback, "to_dict") else ["fallback"]),
"height",
"horizontalAlignment",
"separator",
"spacing",
"id",
Expand Down