Table of Contents

Class GuildScheduledEventMetadataProperties

Namespace
NetCord.Rest
Assembly
NetCord.dll
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

string

Methods

WithLocation(string)

public GuildScheduledEventMetadataProperties WithLocation(string location)

Parameters

location string

Returns

GuildScheduledEventMetadataProperties