Sha256: 7bd421998b86e4051d20db9bc7e5c18269009d96ba0afa2dbf8b043728cae41b
Contents?: true
Size: 1.71 KB
Versions: 6
Compression:
Stored size: 1.71 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::Reservations::Mgmt::V2018_06_01_preview module Models # # Model object. # # class AppliedReservationList include MsRestAzure # @return [Array<String>] attr_accessor :value # @return [String] Url to get the next page of reservations attr_accessor :next_link # # Mapper for AppliedReservationList class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'AppliedReservationList', type: { name: 'Composite', class_name: 'AppliedReservationList', model_properties: { value: { client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, next_link: { client_side_validation: true, required: false, serialized_name: 'nextLink', type: { name: 'String' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems