Skip to content

RosApplicationsProps

Properties for defining a RosApplications.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-sae-applications

Initializer

using AlibabaCloud.SDK.ROS.CDK.Sae;
new RosApplicationsProps {
    object AppName = null,
    object FieldType = null,
    object FieldValue = null,
    object NamespaceId = null,
    object RefreshOptions = null
};

Properties

Name Type Description
AppName object No description.
FieldType object No description.
FieldValue object No description.
NamespaceId object No description.
RefreshOptions object No description.

AppNameOptional

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

FieldTypeOptional

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

FieldValueOptional

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

NamespaceIdOptional

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

RefreshOptionsOptional

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