EditApplication constructor
EditApplication({ - String? customInstallUrl,
- String? description,
- String? roleConnectionsVerifyUrl,
- OAuth2InstallParams? installParams,
- List<ApplicationIntegrationType>? integrationTypesConfig,
- int? flags,
- String? icon,
- String? coverImage,
- String? interactionEndpointURL,
- 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});