Class DiscordApplicationAsset
- Namespace
 - DSharpPlus.Entities
 
- Assembly
 - DSharpPlus.dll
 
Represents an asset for an OAuth2 application.
public sealed class DiscordApplicationAsset : DiscordAsset
  - Inheritance
 - 
      
      
      DiscordApplicationAsset
 
- Inherited Members
 
Properties
- Application
 Gets the application this asset belongs to.
- Name
 Gets the asset's name.
- Type
 Gets the asset's type.
- Url
 Gets the Url of this asset.
Methods
- Equals(DiscordApplicationAsset?)
 Checks whether this DiscordApplicationAsset is equal to another DiscordApplicationAsset.
- Equals(object?)
 Checks whether this DiscordApplicationAsset is equal to another object.
- GetHashCode()
 Gets the hash code for this DiscordApplication.
Operators
- operator ==(DiscordApplicationAsset, DiscordApplicationAsset)
 Gets whether the two DiscordApplicationAsset objects are equal.
- operator !=(DiscordApplicationAsset, DiscordApplicationAsset)
 Gets whether the two DiscordApplicationAsset objects are not equal.