-
Notifications
You must be signed in to change notification settings - Fork 323
Closed
Description
Hi,
When listing service usage events, I get following error
Cannot construct instance of org.cloudfoundry.client.v2.serviceusageevents.ServiceUsageEventEntity, problem: Cannot build ServiceUsageEventEntity, some of required attributes are not set [servicePlanName]
It appears that servicePlanName is configured as mandatory in _ServiceUsageEventEntity
/**
* The service plan name
*/
@JsonProperty("service_plan_name")
abstract String getServicePlanName();
But I could not find such a constraint in Service Usage Events API.
Is there any reason for that ?
Thanks in advance
sebastien