AddActivityRequest.AssignedTo Property

Definition

Id of the user whom the activity will be assigned to.

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

Property Value

Attributes

Applies to