toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (androidSettings != null) 'androidSettings': androidSettings!,
      if (createTime != null) 'createTime': createTime!,
      if (displayName != null) 'displayName': displayName!,
      if (iosSettings != null) 'iosSettings': iosSettings!,
      if (labels != null) 'labels': labels!,
      if (name != null) 'name': name!,
      if (testingOptions != null) 'testingOptions': testingOptions!,
      if (wafSettings != null) 'wafSettings': wafSettings!,
      if (webSettings != null) 'webSettings': webSettings!,
    };