StaticDeliveryAttributeMappingProperties Class
Properties of static delivery attribute mapping.
Constructor
StaticDeliveryAttributeMappingProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
value
|
Value of the delivery attribute. |
|
is_secret
|
Boolean flag to tell if the attribute contains sensitive information . |
Attributes
is_secret
Boolean flag to tell if the attribute contains sensitive information .
is_secret: bool | None
value
Value of the delivery attribute.
value: str | None