ActivityResponse.UserId Property

Definition

Id of the user whom the activity is assigned to.

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

Property Value

Attributes

Applies to