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. |
Logstore
Required
public object Logstore { get; set; }
- Type: object
SavedsearchName
Required
public object SavedsearchName { get; set; }
- Type: object
SearchQuery
Required
public object SearchQuery { get; set; }
- Type: object
Topic
Required
public object Topic { get; set; }
- Type: object
DisplayName
Optional
public object DisplayName { get; set; }
- Type: object