# BmcApi::QuotaEditLimitRequestDetailsAllOf ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **requested_on** | **Time** | The point in time the request was submitted. | | ## Example ```ruby require 'pnap_bmc_api' instance = BmcApi::QuotaEditLimitRequestDetailsAllOf.new( requested_on: 2021-09-01T10:10:10Z ) ```