Skip to content

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.

OrganizationIdRequired

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

PipelineIdRequired

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

RelObjectIdsRequired

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

RelObjectTypeRequired

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