EditApplication class

Constructors

EditApplication.new({String? customInstallUrl, String? description, String? roleConnectionsVerifyUrl, OAuth2InstallParams? installParams, List<ApplicationIntegrationType>? integrationTypesConfig, int? flags, String? icon, String? coverImage, String? interactionEndpointURL, List<String>? tags})

Properties

coverImage String?
getter/setter pair
customInstallUrl String?
getter/setter pair
description String?
getter/setter pair
flags int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
icon String?
getter/setter pair
installParams OAuth2InstallParams?
getter/setter pair
integrationTypesConfig List<ApplicationIntegrationType>?
getter/setter pair
interactionEndpointURL String?
getter/setter pair
roleConnectionsVerifyUrl String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<String>?
getter/setter pair

Methods

encode() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited