Class ScanRunWarningTrace (2.0.0)

public sealed class ScanRunWarningTrace : IMessage<ScanRunWarningTrace>, IEquatable<ScanRunWarningTrace>, IDeepCloneable<ScanRunWarningTrace>, IBufferMessage, IMessage

Output only. Defines a warning trace message for ScanRun. Warning traces provide customers with useful information that helps make the scanning process more effective.

Inheritance

Object > ScanRunWarningTrace

Namespace

Google.Cloud.WebSecurityScanner.V1

Assembly

Google.Cloud.WebSecurityScanner.V1.dll

Constructors

ScanRunWarningTrace()

public ScanRunWarningTrace()

ScanRunWarningTrace(ScanRunWarningTrace)

public ScanRunWarningTrace(ScanRunWarningTrace other)
Parameter
NameDescription
otherScanRunWarningTrace

Properties

Code

public ScanRunWarningTrace.Types.Code Code { get; set; }

Output only. Indicates the warning code.

Property Value
TypeDescription
ScanRunWarningTrace.Types.Code