OBJECT

AssetsCsvStatus

link GraphQL Schema definition

  • type AssetsCsvStatus {
  • # The creation time of the report
  • reportTime: Time!
  • # Number of assets created in the last CSV upload
  • successAssetCount: Int!
  • # Number of assets we failed to create in the last CSV upload
  • failedAssetCount: Int!
  • }

link Require by