ActivityResponse.CreatedBy Property

Definition

User id of user that created the activity.

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

Property Value

Attributes

Applies to