You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ApplicationUsageEventEntity.getMemoryInMbPerInstances() is declared as follows:
/** * The memory in mb by instances */@JsonProperty("memory_in_mb_per_instance")
@Overridepublic@NullableIntegergetMemoryInMbPerInstances() {
returnmemoryInMbPerInstances;
}
It would make more sense if the field would drop the plural "s" from the end and expose the field under the expected name.