DetailProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Sls;
new DetailProperty {
object Logstore,
object SavedsearchName,
object SearchQuery,
object Topic,
object DisplayName = null
};
Properties
| Name | Type | Description |
|---|---|---|
Logstore |
object |
No description. |
SavedsearchName |
object |
No description. |
SearchQuery |
object |
No description. |
Topic |
object |
No description. |
DisplayName |
object |
No description. |
LogstoreRequired
public object Logstore { get; set; }
- Type: object
SavedsearchNameRequired
public object SavedsearchName { get; set; }
- Type: object
SearchQueryRequired
public object SearchQuery { get; set; }
- Type: object
TopicRequired
public object Topic { get; set; }
- Type: object
DisplayNameOptional
public object DisplayName { get; set; }
- Type: object