RosApisProps
Properties for defining a RosApis
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-apigateway-apis
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new RosApisProps {
object ApiId = null,
object ApiName = null,
object CatalogId = null,
object EnableTagAuth = null,
object GroupId = null,
object RefreshOptions = null,
object Visibility = null
};
Properties
Name | Type | Description |
---|---|---|
ApiId |
object |
No description. |
ApiName |
object |
No description. |
CatalogId |
object |
No description. |
EnableTagAuth |
object |
No description. |
GroupId |
object |
No description. |
RefreshOptions |
object |
No description. |
Visibility |
object |
No description. |
ApiId
Optional
public object ApiId { get; set; }
- Type: object
ApiName
Optional
public object ApiName { get; set; }
- Type: object
CatalogId
Optional
public object CatalogId { get; set; }
- Type: object
EnableTagAuth
Optional
public object EnableTagAuth { get; set; }
- Type: object
GroupId
Optional
public object GroupId { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
Visibility
Optional
public object Visibility { get; set; }
- Type: object