Class: AdCenterWrapper::ReportRequestStatusType

Inherits:
String
  • Object
show all
Defined in:
lib/adcenter_wrapper_entities.rb

Overview

https://adcenter.microsoft.com/v7ReportRequestStatusType

Constant Summary collapse

Error =
ReportRequestStatusType.new("Error")
Pending =
ReportRequestStatusType.new("Pending")
Success =
ReportRequestStatusType.new("Success")