ActivityResponse.AssignedTo Property

Definition

User id of user whom the activity is assigned to.

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

Property Value

Attributes

Applies to