Class ListEnvironmentsResponse
ListEnvironmentsResponse
Inherited Members
Namespace: Unity.Services.Apis.Admin.Environment
Assembly: Unity.Services.Apis.dll
Syntax
[DataContract(Name = "ListEnvironmentsResponse")]
[Preserve]
public class ListEnvironmentsResponse
Constructors
ListEnvironmentsResponse(List<EnvironmentResponse>)
Initializes a new instance of the ListEnvironmentsResponse class.
Declaration
[Preserve]
public ListEnvironmentsResponse(List<EnvironmentResponse> results = null)
Parameters
Type | Name | Description |
---|---|---|
List<EnvironmentResponse> | results | An array of Environments. |
Properties
Results
An array of Environments
Declaration
[DataMember(Name = "results", EmitDefaultValue = false)]
[Preserve]
public List<EnvironmentResponse> Results { get; set; }
Property Value
Type | Description |
---|---|
List<EnvironmentResponse> | An array of Environments |