Skip to content

RosPipelineProps

Properties for defining a RosPipeline.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-devops-pipeline

Initializer

using AlibabaCloud.SDK.ROS.CDK.Devops;
new RosPipelineProps {
    object Content,
    object Name,
    object OrganizationId
};

Properties

Name Type Description
Content object No description.
Name object No description.
OrganizationId object No description.

ContentRequired

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

NameRequired

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

OrganizationIdRequired

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