SdkType class
A type of SDK that API Gateway can generate.
Constructors
-
SdkType({List<
SdkConfigurationProperty> ? configurationProperties, String? description, String? friendlyName, String? id}) -
SdkType.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
configurationProperties
→ List<
SdkConfigurationProperty> ? -
A list of configuration properties of an SdkType.
final
- description → String?
-
The description of an SdkType.
final
- friendlyName → String?
-
The user-friendly name of an SdkType instance.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The identifier of an SdkType instance.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited