Class GuildScheduledEventMetadataProperties
public class GuildScheduledEventMetadataProperties
- Inheritance
-
GuildScheduledEventMetadataProperties
- Inherited Members
Constructors
GuildScheduledEventMetadataProperties(string)
public GuildScheduledEventMetadataProperties(string location)
Parameters
location
string
Properties
Location
[JsonPropertyName("location")]
public string Location { get; set; }
Property Value
Methods
WithLocation(string)
public GuildScheduledEventMetadataProperties WithLocation(string location)
Parameters
location
string