Class DiscordScheduledEventEntityMetadata
Represents an scheduled event.
Inheritance
System.Object
DiscordScheduledEventEntityMetadata
Namespace: DisCatSharp.Entities
Assembly: DisCatSharp.dll
Syntax
public class DiscordScheduledEventEntityMetadata
Constructors
| Improve this Doc View SourceDiscordScheduledEventEntityMetadata(String)
Initializes a new instance of the DiscordScheduledEventEntityMetadata class.
Declaration
public DiscordScheduledEventEntityMetadata(string location)
Parameters
Type | Name | Description |
---|---|---|
System.String | location | The location. |
Properties
| Improve this Doc View SourceLocation
External location if event type is External.
Declaration
public string Location { get; }
Property Value
Type | Description |
---|---|
System.String |