LabSupportPropertiesFragment Class
Properties of a lab's support banner.
Constructor
LabSupportPropertiesFragment(*, enabled: str | EnableStatus | None = None, markdown: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
enabled
Required
|
str or
EnableStatus
Is the lab support banner active/enabled at this time?. Possible values include: "Enabled", "Disabled". |
markdown
Required
|
The markdown text (if any) that this lab displays in the UI. If left empty/null, nothing will be shown. |
Keyword-Only Parameters
Name | Description |
---|---|
enabled
|
Default value: None
|
markdown
|
Default value: None
|