File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
main/java/com/google/firebase/remoteconfig/internal Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public final class ServerTemplateResponse {
3333 @ Key ("parameters" )
3434 private Map <String , ParameterResponse > parameters ;
3535
36- @ Key ("serverConditions " )
36+ @ Key ("conditions " )
3737 private List <ServerConditionResponse > serverConditions ;
3838
3939 @ Key ("parameterGroups" )
@@ -104,7 +104,7 @@ public static final class ServerConditionResponse {
104104 @ Key ("name" )
105105 private String name ;
106106
107- @ Key ("serverCondition " )
107+ @ Key ("condition " )
108108 private OneOfConditionResponse condition ;
109109
110110 public String getName () {
Original file line number Diff line number Diff line change 11{
2- "serverConditions " : [
2+ "conditions " : [
33 {
44 "name" : " custom_signal" ,
5- "serverCondition " : {
5+ "condition " : {
66 "orCondition" : {
77 "conditions" : [
88 {
2626 },
2727 {
2828 "name" : " percent" ,
29- "serverCondition " : {
29+ "condition " : {
3030 "orCondition" : {
3131 "conditions" : [
3232 {
5151 },
5252 {
5353 "name" : " chained_conditions" ,
54- "serverCondition " : {
54+ "condition " : {
5555 "orCondition" : {
5656 "conditions" : [
5757 {
Original file line number Diff line number Diff line change 11{
2- "serverConditions " : [
2+ "conditions " : [
33 {
44 "name" : " custom_signal" ,
5- "serverCondition " : {
5+ "condition " : {
66 "orCondition" : {
77 "conditions" : [
88 {
2626 },
2727 {
2828 "name" : " percent" ,
29- "serverCondition " : {
29+ "condition " : {
3030 "orCondition" : {
3131 "conditions" : [
3232 {
5151 },
5252 {
5353 "name" : " chained_conditions" ,
54- "serverCondition " : {
54+ "condition " : {
5555 "orCondition" : {
5656 "conditions" : [
5757 {
You can’t perform that action at this time.
0 commit comments