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