Summary
    Provides optional data associated with an Azure Pipelines timeline record.
    
		- Namespace
- Cake.Common .Build .AzurePipelines .Data 
- Base Types
- 
									- object
 
							graph BT
	Type-->Base0["object"]
	Type["AzurePipelinesRecordData"]
class Type type-node
						
					Syntax
public sealed class AzurePipelinesRecordDataProperties
| Name | Value | Summary | 
|---|---|---|
| FinishTime | DateTime? | 
    Gets or sets the finish time of this record.
     | 
| ParentRecord | Guid | 
    Gets or sets the parent record of a new or existing timeline record.
     | 
| Progress | int? | 
    Gets or sets the current progress of this record.
     | 
| Result | Azure | 
    Gets or sets the result of this record.
     | 
| StartTime | DateTime? | 
    Gets or sets the start time of this record.
     | 
| Status | Azure | 
    Gets or sets the current status of this record.
     | 
Extension Methods
| Name | Value | Summary | 
|---|---|---|
| Dump | string | 
             Get a basic string representation of specified object.
              From LoggingExtensions Requires the Cake.Incubator addin | 
| IsIn | bool | 
            Checks if the source is contained in a list
             From EnumerableExtensions Requires the Cake.Incubator addin | 
| NotNull | void | 
            Throws an exception if the specified parameter's value is null.
             From Extensions Requires the Cake.Ftp addin | 
| NotNull | void | 
            Throws an exception if the specified parameter's value is null.
             From IssuesArgumentChecks Requires the Cake.Issues addin | 
| ThrowIfNull | T | 
            Throws a  System.ArgumentNullExceptionwith a specific message if the value is null, otherwise returns the valueFrom AssertExtensions Requires the Cake.Incubator addin | 
| ThrowIfNull | T | 
            Throws a  System.ArgumentNullExceptionif the value is null, otherwise returns the valueFrom AssertExtensions Requires the Cake.Incubator addin | 
| ToDictionary | IDictionary | From ObjectHelpers Requires the Cake.DeployParams addin | 
| To | string | 
            Returns the string value or a  Not set> markup suitable for Spectre.Console.From StringExtensions Requires the Cake.Issues addin | 
