CreateEventResponse.Capacity Property

Definition

The capacity of the event.

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

Property Value

Attributes

Applies to