DealResponse.FilesCount Property

Definition

Number of files associated with the deal.

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

Property Value

Attributes

Applies to