Sha256: 405b747892313abb7d7064ae21c3fbc771e69f40cab2d6dac2b05f4c790ce73b
Contents?: true
Size: 549 Bytes
Versions: 6
Compression:
Stored size: 549 Bytes
Contents
# BmcApi::QuotaEditLimitRequestDetails ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **limit** | **Integer** | The new limit that is requested. | | | **reason** | **String** | The reason for changing the limit. | | | **requested_on** | **Time** | The point in time the request was submitted. | | ## Example ```ruby require 'pnap_bmc_api' instance = BmcApi::QuotaEditLimitRequestDetails.new( limit: 10, reason: I need more servers for my cluster., requested_on: 2021-09-01T10:10:10Z ) ```
Version data entries
6 entries across 6 versions & 1 rubygems