Summary
    Represents an artifact associated with a build.
    
		- Namespace
- Cake.AzureDevOps .Pipelines 
- Base Types
- 
									- object
 
							graph BT
	Type-->Base0["object"]
	Type["AzureDevOpsBuildArtifact"]
class Type type-node
						
					Syntax
public class AzureDevOpsBuildArtifactProperties
| Name | Value | Summary | 
|---|---|---|
| Id | int | 
    Gets the id of the artifact.
     | 
| Name | string | 
    Gets the name of the artifact.
     | 
| Resource | Azure | 
    Gets the artifact resource.
     |