Skip to content

RosQosAssociationProps

Properties for defining a RosQosAssociation.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-qosassociation

Initializer

using AlibabaCloud.SDK.ROS.CDK.Sag;
new RosQosAssociationProps {
    object QosId,
    object SmartAgId
};

Properties

Name Type Description
QosId object No description.
SmartAgId object No description.

QosIdRequired

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

SmartAgIdRequired

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