GetDevEnvironmentArgs constructor
const
GetDevEnvironmentArgs({})
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.
Implementation
const GetDevEnvironmentArgs({
this.alias,
this.creatorId,
required this.envId,
required this.projectName,
this.region,
this.repositories,
required this.spaceName,
this.tags,
});