factory BatchCreateObjectResponse.fromJson(Map<String, dynamic> json) { return BatchCreateObjectResponse( objectIdentifier: json['ObjectIdentifier'] as String?, ); }