Table of Contents

Class UpdateGuildVanityUrlRequest

Namespace
Fluxer.Net.Rest
Assembly
Fluxer.Net.dll
public class UpdateGuildVanityUrlRequest
Inheritance
object
UpdateGuildVanityUrlRequest

Properties

Code

The new vanity Url code (2-32 characters, alphanumeric and hyphens)

[JsonProperty("code")]
public string? Code { get; set; }

Property Value

string