ApplicationUpdateRequest constructor
const
ApplicationUpdateRequest({
- String? name,
- List<
OAuth2RedirectUriUpdateType> ? redirectUris, - bool? botPublic,
- bool? botRequireCodeGrant,
Implementation
const ApplicationUpdateRequest({
this.name,
this.redirectUris,
this.botPublic,
this.botRequireCodeGrant,
});