OBJECT

DataUsageTotal

A data usage history entry.

link GraphQL Schema definition

  • type DataUsageTotal {
  • # The ID of the entity.
  • billable_in_bytes: Int64Bit!
  • # The ID of an Account.
  • billable_out_bytes: Int64Bit!
  • # An ID that uniquely identifies this entity across the whole Sonar system.
  • free_in_bytes: Int64Bit!
  • # The date and time this entity was created.
  • free_out_bytes: Int64Bit!
  • # The last date and time this entity was modified.
  • data_source_identifier: String
  • # The type.
  • data_source_parent: String
  • }