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<GetDevEnvironmentRepository>?>? repositories, required Input<String> spaceName, Input<Map<String, String>?>? tags})
Creates a new GetDevEnvironmentArgs. alias The user-specified alias for the Dev Environment. creatorId The 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. projectName The name of the project in the space. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. repositories The source repository that contains the branch to clone into the Dev Environment. spaceName The name of the space. tags Optional.
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
    tags → Input<Map<String, 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