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