RosApplicationsProps
Properties for defining a RosApplications
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-sae-applications
Initializer
using AlibabaCloud.SDK.ROS.CDK.Sae;
new RosApplicationsProps {
object AppName = null,
object FieldType = null,
object FieldValue = null,
object NamespaceId = null,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
AppName |
object |
No description. |
FieldType |
object |
No description. |
FieldValue |
object |
No description. |
NamespaceId |
object |
No description. |
RefreshOptions |
object |
No description. |
AppName
Optional
public object AppName { get; set; }
- Type: object
FieldType
Optional
public object FieldType { get; set; }
- Type: object
FieldValue
Optional
public object FieldValue { get; set; }
- Type: object
NamespaceId
Optional
public object NamespaceId { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object