AppProps
Properties for defining a App
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-mobi-app
Initializer
using AlibabaCloud.SDK.ROS.CDK.Mobi;
new AppProps {
object AppIcon,
object AppName,
object AppWorkspaceId,
object Template,
object AppDescription = null,
object AppType = null
};
Properties
Name | Type | Description |
---|---|---|
AppIcon |
object |
Property appIcon: Application icon label, The system provides an icon by default, which is given in the form of a label. |
AppName |
object |
Property appName: The application name. |
AppWorkspaceId |
object |
Property appWorkspaceId: Workspace ID of application, The application belongs to the workspace. |
Template |
object |
Property template: Application Template. |
AppDescription |
object |
Property appDescription: Description of application. |
AppType |
object |
Property appType: The application type. |
AppIcon
Required
public object AppIcon { get; set; }
- Type: object
Property appIcon: Application icon label, The system provides an icon by default, which is given in the form of a label.
The default value is -1.
AppName
Required
public object AppName { get; set; }
- Type: object
Property appName: The application name.
AppWorkspaceId
Required
public object AppWorkspaceId { get; set; }
- Type: object
Property appWorkspaceId: Workspace ID of application, The application belongs to the workspace.
Template
Required
public object Template { get; set; }
- Type: object
Property template: Application Template.
AppDescription
Optional
public object AppDescription { get; set; }
- Type: object
Property appDescription: Description of application.
AppType
Optional
public object AppType { get; set; }
- Type: object
Property appType: The application type.
Web applications and Copilot applications are supported.
- Web:Web application.
- Copilot:Copilot application.