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. |
AppId
Optional
public object AppId { get; set; }
- Type: object
AppOwner
Optional
public object AppOwner { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object