Class GetEnvironmentVariablesCommandResponse
Response for GetEnvironmentVariables
public sealed class GetEnvironmentVariablesCommandResponse : ICommandResponse<GetEnvironmentVariablesCommandSettings>, ICommandResponse
- Inheritance
-
GetEnvironmentVariablesCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
EnvironmentVariables
Gets or sets the environmentVariables
[JsonPropertyName("environmentVariables")]
public object EnvironmentVariables { get; set; }