public class RemoteConfigModel
extends JsonModel
| Modifier and Type | Field and Description |
|---|---|
RemoteConfigAppConfig |
app_config |
java.lang.String |
key |
RemoteConfigMeasurement |
measurement |
RemoteConfigPlacementInfo |
placement_info |
java.lang.Integer |
ttl |
RemoteConfigVoyager |
voyager |
| Constructor and Description |
|---|
RemoteConfigModel() |
RemoteConfigModel(org.json.JSONObject jsonObject) |
public java.lang.Integer ttl
public RemoteConfigAppConfig app_config
public RemoteConfigPlacementInfo placement_info
public RemoteConfigMeasurement measurement
public RemoteConfigVoyager voyager
public java.lang.String key