DealResponse.DoneActivitiesCount Property

Definition

Number of done activities associated with the deal.

[System.Text.Json.Serialization.JsonPropertyName("done_activities_count")]
public int? DoneActivitiesCount { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("done_activities_count")>]
member this.DoneActivitiesCount : Nullable<int> with get, set
Public Property DoneActivitiesCount As Nullable(Of Integer)

Property Value

Attributes

Applies to