Sha256: ed6d495fdea60a3dd4089ecd14a85b0147c67f528f9bf12164eb1fe6b4939dba

Contents?: true

Size: 1.87 KB

Versions: 5

Compression:

Stored size: 1.87 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::Redis::Mgmt::V2018_03_01
  module Models
    #
    # The response of listUpgradeNotifications.
    #
    class NotificationListResponse

      include MsRestAzure

      # @return [Array<UpgradeNotification>] List of all notifications.
      attr_accessor :value

      # @return [String] Link for next set of notifications.
      attr_accessor :next_link


      #
      # Mapper for NotificationListResponse class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'NotificationListResponse',
          type: {
            name: 'Composite',
            class_name: 'NotificationListResponse',
            model_properties: {
              value: {
                client_side_validation: true,
                required: false,
                serialized_name: 'value',
                type: {
                  name: 'Sequence',
                  element: {
                      client_side_validation: true,
                      required: false,
                      serialized_name: 'UpgradeNotificationElementType',
                      type: {
                        name: 'Composite',
                        class_name: 'UpgradeNotification'
                      }
                  }
                }
              },
              next_link: {
                client_side_validation: true,
                required: false,
                read_only: true,
                serialized_name: 'nextLink',
                type: {
                  name: 'String'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
azure_mgmt_redis-0.17.4 lib/2018-03-01/generated/azure_mgmt_redis/models/notification_list_response.rb
azure_mgmt_redis-0.17.3 lib/2018-03-01/generated/azure_mgmt_redis/models/notification_list_response.rb
azure_mgmt_redis-0.17.2 lib/2018-03-01/generated/azure_mgmt_redis/models/notification_list_response.rb
azure_mgmt_redis-0.17.1 lib/2018-03-01/generated/azure_mgmt_redis/models/notification_list_response.rb
azure_mgmt_redis-0.17.0 lib/2018-03-01/generated/azure_mgmt_redis/models/notification_list_response.rb