RosPipelineRelationsProps
Properties for defining a RosPipelineRelations
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-devops-pipelinerelations
Initializer
using AlibabaCloud.SDK.ROS.CDK.Devops;
new RosPipelineRelationsProps {
object OrganizationId,
object PipelineId,
object RelObjectIds,
object RelObjectType
};
Properties
Name | Type | Description |
---|---|---|
OrganizationId |
object |
No description. |
PipelineId |
object |
No description. |
RelObjectIds |
object |
No description. |
RelObjectType |
object |
No description. |
OrganizationId
Required
public object OrganizationId { get; set; }
- Type: object
PipelineId
Required
public object PipelineId { get; set; }
- Type: object
RelObjectIds
Required
public object RelObjectIds { get; set; }
- Type: object
RelObjectType
Required
public object RelObjectType { get; set; }
- Type: object