Skip to content

RosAppProps

Properties for defining a RosApp.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-app

Initializer

using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new RosAppProps {
    object AppName,
    object AppCode = null,
    object AppKey = null,
    object AppSecret = null,
    object Description = null,
    TagsProperty[] Tags = null
};

Properties

Name Type Description
AppName object No description.
AppCode object No description.
AppKey object No description.
AppSecret object No description.
Description object No description.
Tags TagsProperty[] No description.

AppNameRequired

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

AppCodeOptional

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

AppKeyOptional

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

AppSecretOptional

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

DescriptionOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }