Sha256: b95666312aa0b86d624b15dcc60517644112553866726a03c87484d2013c24f3

Contents?: true

Size: 1.35 KB

Versions: 4

Compression:

Stored size: 1.35 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 Wallet
  module Models
    #
    # Wallet information
    #
    class CustodianWalletContract
      # @return [String] The wallet identifier
      attr_accessor :wallet_id

      # @return [String] The wallet name
      attr_accessor :name


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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
trinsic_service_clients-1.1.5018 lib/generated/wallet/models/custodian_wallet_contract.rb
trinsic_service_clients-1.1.4229 lib/generated/wallet/models/custodian_wallet_contract.rb
trinsic_service_clients-1.1.4228 lib/generated/wallet/models/custodian_wallet_contract.rb
trinsic_service_clients-0.0.0 lib/trinsic_service_clients/wallet/models/custodian_wallet_contract.rb