ApplicationUpdateRequest constructor

const ApplicationUpdateRequest({
  1. String? name,
  2. List<OAuth2RedirectUriUpdateType>? redirectUris,
  3. bool? botPublic,
  4. bool? botRequireCodeGrant,
})

Implementation

const ApplicationUpdateRequest({
  this.name,
  this.redirectUris,
  this.botPublic,
  this.botRequireCodeGrant,
});