FeatureResult Class
Previewed feature information.
Constructor
FeatureResult(*, name: str | None = None, properties: _models.FeatureProperties | None = None, id: str | None = None, type: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
name
|
The name of the feature. Default value: None
|
|
properties
|
Properties of the previewed feature. Default value: None
|
|
id
|
The resource ID of the feature. Default value: None
|
|
type
|
The resource type of the feature. Default value: None
|
Variables
| Name | Description |
|---|---|
|
name
|
The name of the feature. |
|
properties
|
Properties of the previewed feature. |
|
id
|
The resource ID of the feature. |
|
type
|
The resource type of the feature. |