Abstract
Readonly
descriptionThe description of this command.
Optional
Readonly
description_The description localizations of this command.
Readonly
nameThe name of this command.
Optional
Readonly
name_The name localizations of this command.
Readonly
requiredWhether this option is required.
Abstract
Readonly
typeThe type of this option.
Protected
runThis method runs required validators on this builder.
Sets the description of this command.
The description to use
Sets a description localization for this command.
The locale to set
The localized description for the given locale
Sets the name of this command.
The name to use
Sets a name localization for this command.
The locale to set
The localized name for the given locale
Sets the name localizations for this command.
The object of localized names to set
Sets whether this option is required.
Whether this option should be required
Abstract
toSerializes this builder to API-compatible JSON data.
The base application command option builder that contains common symbols for application command builders.