GetDevEnvironmentArgs class
Arguments for getDevEnvironment. Arguments for getDevEnvironment.
Constructors
-
GetDevEnvironmentArgs({Input<
String?> ? alias, Input<String?> ? creatorId, required Input<String> envId, required Input<String> projectName, Input<String?> ? region, Input<List< ? repositories, required Input<GetDevEnvironmentRepository> ?>String> spaceName, Input<Map< ? tags})String, String> ?> -
Creates a new GetDevEnvironmentArgs.
aliasThe user-specified alias for the Dev Environment.creatorIdThe system-generated unique ID of the user who created the Dev Environment.envId- (Required) The system-generated unique ID of the Dev Environment for which you want to view information. To retrieve a list of Dev Environment IDs, use ListDevEnvironments.projectNameThe name of the project in the space.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.repositoriesThe source repository that contains the branch to clone into the Dev Environment.spaceNameThe name of the space.tagsOptional.const -
GetDevEnvironmentArgs.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
alias
→ Input<
String?> ? -
The user-specified alias for the Dev Environment.
final
-
creatorId
→ Input<
String?> ? -
The system-generated unique ID of the user who created the Dev Environment.
final
-
envId
→ Input<
String> -
- (Required) The system-generated unique ID of the Dev Environment for which you want to view information. To retrieve a list of Dev Environment IDs, use ListDevEnvironments.
final - hashCode → int
-
The hash code for this object.
no setterinherited
-
projectName
→ Input<
String> -
The name of the project in the space.
final
-
region
→ Input<
String?> ? -
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
-
repositories
→ Input<
List< ?GetDevEnvironmentRepository> ?> -
The source repository that contains the branch to clone into the Dev Environment.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
spaceName
→ Input<
String> -
The name of the space.
final
-
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