Interface protos.google.ads.admanager.v1.IReportValue (0.6.0)

Properties of a ReportValue.

Package

@google-ads/admanager

Properties

boolValue

boolValue?: (boolean|null);

ReportValue boolValue

bytesValue

bytesValue?: (Uint8Array|Buffer|string|null);

ReportValue bytesValue

doubleListValue

doubleListValue?: (google.ads.admanager.v1.ReportValue.IDoubleList|null);

ReportValue doubleListValue

doubleValue

doubleValue?: (number|null);

ReportValue doubleValue

intListValue

intListValue?: (google.ads.admanager.v1.ReportValue.IIntList|null);

ReportValue intListValue

intValue

intValue?: (number|Long|string|null);

ReportValue intValue

stringListValue

stringListValue?: (google.ads.admanager.v1.ReportValue.IStringList|null);

ReportValue stringListValue

stringValue

stringValue?: (string|null);

ReportValue stringValue