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