toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (documentsMetadataFilters != null)
        'documentsMetadataFilters': documentsMetadataFilters!,
      if (name != null) 'name': name!,
      if (obfuscatedExternalUserId != null)
        'obfuscatedExternalUserId': obfuscatedExternalUserId!,
      if (role != null) 'role': role!,
      if (sipRecordingMediaLabel != null)
        'sipRecordingMediaLabel': sipRecordingMediaLabel!,
    };