Sha256: 9d919638aa7ccaf969ac3bf6519b20d53faa94477a404e8603bf36f17d1f7725

Contents?: true

Size: 1.1 KB

Versions: 4

Compression:

Stored size: 1.1 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 Provider
  module Models
    #
    # Cloud Wallet Analytics Contract
    #
    class CloudWalletAnalyticsContract
      # @return [Integer] Total number of cloud wallets for this account.
      attr_accessor :total


      #
      # Mapper for CloudWalletAnalyticsContract class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'CloudWalletAnalyticsContract',
          type: {
            name: 'Composite',
            class_name: 'CloudWalletAnalyticsContract',
            model_properties: {
              total: {
                client_side_validation: true,
                required: false,
                serialized_name: 'total',
                type: {
                  name: 'Number'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
trinsic_service_clients-1.1.5018 lib/generated/provider/models/cloud_wallet_analytics_contract.rb
trinsic_service_clients-1.1.4229 lib/generated/provider/models/cloud_wallet_analytics_contract.rb
trinsic_service_clients-1.1.4228 lib/generated/provider/models/cloud_wallet_analytics_contract.rb
trinsic_service_clients-0.0.0 lib/trinsic_service_clients/provider/models/cloud_wallet_analytics_contract.rb