InlineEventProperties Class
Additional information about every inline event.
Constructor
InlineEventProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
description
|
The description for the inline event. |
|
display_name
|
The displayName for the inline event. |
|
documentation_url
|
The documentationUrl for the inline event. |
|
data_schema_url
|
The dataSchemaUrl for the inline event. |
Attributes
data_schema_url
The dataSchemaUrl for the inline event.
data_schema_url: str | None
description
The description for the inline event.
description: str | None
display_name
The displayName for the inline event.
display_name: str | None
documentation_url
The documentationUrl for the inline event.
documentation_url: str | None