SourceRepositoryArgs class
The set of arguments for SourceRepository. The set of arguments for SourceRepository.
Constructors
-
SourceRepositoryArgs({Input<
String?> ? description, Input<String?> ? name, required Input<String> projectName, Input<String?> ? region, required Input<String> spaceName}) -
Creates a new SourceRepositoryArgs.
descriptionThe description of the project. This description will be displayed to all users of the project. We recommend providing a brief description of the project and its intended purpose.nameThe name of the source repository. For more information about name requirements, see Quotas for source repositories.projectNameThe name of the project in the CodeCatalyst space.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.spaceNameThe name of the CodeCatalyst space.const -
SourceRepositoryArgs.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
description
→ Input<
String?> ? -
The description of the project. This description will be displayed to all users of the project. We recommend providing a brief description of the project and its intended purpose.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
name
→ Input<
String?> ? -
The name of the source repository. For more information about name requirements, see Quotas for source repositories.
final
-
projectName
→ Input<
String> -
The name of the project in the CodeCatalyst space.
final
-
region
→ Input<
String?> ? -
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
spaceName
→ Input<
String> -
The name of the CodeCatalyst space.
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