BatchDetachFromIndexResponse.fromJson constructor
Implementation
factory BatchDetachFromIndexResponse.fromJson(Map<String, dynamic> json) {
return BatchDetachFromIndexResponse(
detachedObjectIdentifier: json['DetachedObjectIdentifier'] as String?,
);
}