Get Delivery Pipeline Plain Args
    data class GetDeliveryPipelinePlainArgs(val deliveryPipelineId: String, val location: String, val project: String? = null) : ConvertibleToJava<GetDeliveryPipelinePlainArgs> 
Constructors
Link copied to clipboard
                fun GetDeliveryPipelinePlainArgs(deliveryPipelineId: String, location: String, project: String? = null)