Struct ConfigResponse
A struct representing the response of a Remote Config fetch.
Namespace: Unity.RemoteConfig
Syntax
public struct ConfigResponse
Fields
| Name | Description |
|---|---|
| body | The body of the Remote Config backend response. |
| headers | The headers from the Remote Config backend response. |
| requestOrigin | The origin point of the last retrieved configuration settings. |
| status | The status of the current Remote Config request. |