Method: OCI::Streaming::Models::PartitionReservation.swagger_types
- Defined in:
- lib/oci/streaming/models/partition_reservation.rb
.swagger_types ⇒ Object
Attribute type mapping.
39 40 41 42 43 44 45 46 47 48 |
# File 'lib/oci/streaming/models/partition_reservation.rb', line 39 def self.swagger_types { # rubocop:disable Style/SymbolLiteral 'partition': :'String', 'committed_offset': :'Integer', 'reserved_instance': :'String', 'time_reserved_until': :'DateTime' # rubocop:enable Style/SymbolLiteral } end |