EditApplication constructor

EditApplication({
  1. String? customInstallUrl,
  2. String? description,
  3. String? roleConnectionsVerifyUrl,
  4. OAuth2InstallParams? installParams,
  5. List<ApplicationIntegrationType>? integrationTypesConfig,
  6. int? flags,
  7. String? icon,
  8. String? coverImage,
  9. String? interactionEndpointURL,
  10. List<String>? tags,
})

Implementation

EditApplication(
    {this.customInstallUrl,
    this.description,
    this.roleConnectionsVerifyUrl,
    this.installParams,
    this.integrationTypesConfig,
    this.flags,
    this.icon,
    this.coverImage,
    this.interactionEndpointURL,
    this.tags});