Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (24 loc) · 647 Bytes

LoadVelocityModel.md

File metadata and controls

30 lines (24 loc) · 647 Bytes

Marqeta::LoadVelocityModel

Properties

Name Type Description Notes
token String [optional]
description String [optional]
type String [optional]
layers String [optional]
amount Float [optional]
days Float [optional]
active Boolean [optional][default to false]

Example

require 'marqeta'

instance = Marqeta::LoadVelocityModel.new(
  token: null,
  description: null,
  type: null,
  layers: null,
  amount: null,
  days: null,
  active: null
)