RosAppsProps
Properties for defining a RosApps.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-apigateway-apps
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new RosAppsProps {
object AppId = null,
object AppOwner = null,
object RefreshOptions = null
};
Properties
| Name | Type | Description |
|---|---|---|
AppId |
object |
No description. |
AppOwner |
object |
No description. |
RefreshOptions |
object |
No description. |
AppIdOptional
public object AppId { get; set; }
- Type: object
AppOwnerOptional
public object AppOwner { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object