RosAppProps
Properties for defining a RosApp
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-mobi-app
Initializer
using AlibabaCloud.SDK.ROS.CDK.Mobi;
new RosAppProps {
object AppIcon,
object AppName,
object AppWorkspaceId,
object Template,
object AppDescription = null,
object AppType = null
};
Properties
Name | Type | Description |
---|---|---|
AppIcon |
object |
No description. |
AppName |
object |
No description. |
AppWorkspaceId |
object |
No description. |
Template |
object |
No description. |
AppDescription |
object |
No description. |
AppType |
object |
No description. |
AppIcon
Required
public object AppIcon { get; set; }
- Type: object
AppName
Required
public object AppName { get; set; }
- Type: object
AppWorkspaceId
Required
public object AppWorkspaceId { get; set; }
- Type: object
Template
Required
public object Template { get; set; }
- Type: object
AppDescription
Optional
public object AppDescription { get; set; }
- Type: object
AppType
Optional
public object AppType { get; set; }
- Type: object