RepositoryExternalConnections class
Constructors
-
RepositoryExternalConnections({required Input<
String> externalConnectionName, Input<String?> ? packageFormat, Input<String?> ? status}) -
Creates a new RepositoryExternalConnections.
externalConnectionNameThe name of the external connection associated with a repository.packageFormatOptional.statusOptional.const -
RepositoryExternalConnections.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
externalConnectionName
→ Input<
String> -
The name of the external connection associated with a repository.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
packageFormat
→ Input<
String?> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
status
→ Input<
String?> ? -
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited