Skip to content

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.

ApiIdOptional

public object ApiId { get; set; }
  • Type: object

ApiNameOptional

public object ApiName { get; set; }
  • Type: object

CatalogIdOptional

public object CatalogId { get; set; }
  • Type: object

EnableTagAuthOptional

public object EnableTagAuth { get; set; }
  • Type: object

GroupIdOptional

public object GroupId { get; set; }
  • Type: object

RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object

VisibilityOptional

public object Visibility { get; set; }
  • Type: object