Class GetConfigWithDefaultEnvironment200Response
GetConfigWithDefaultEnvironment200Response
Inherited Members
Namespace: Unity.Services.Apis.Admin.RemoteConfig
Assembly: Unity.Services.Apis.dll
Syntax
[DataContract(Name = "getConfigWithDefaultEnvironment_200_response")]
[Preserve]
public class GetConfigWithDefaultEnvironment200Response
Constructors
GetConfigWithDefaultEnvironment200Response(List<Config>)
Initializes a new instance of the GetConfigWithDefaultEnvironment200Response class.
Declaration
[Preserve]
public GetConfigWithDefaultEnvironment200Response(List<Config> configs = null)
Parameters
Type | Name | Description |
---|---|---|
List<Config> | configs | configs. |
Properties
Configs
Gets or Sets Configs
Declaration
[DataMember(Name = "configs", EmitDefaultValue = false)]
[Preserve]
public List<Config> Configs { get; set; }
Property Value
Type | Description |
---|---|
List<Config> |