class Provider::Models::CloudWalletAnalyticsContract

Cloud Wallet Analytics Contract

Attributes

total[RW]

@return [Integer] Total number of cloud wallets for this account.

Public Class Methods

mapper() click to toggle source

Mapper for CloudWalletAnalyticsContract class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/generated/provider/models/cloud_wallet_analytics_contract.rb, line 20
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