public sealed class Submission : IMessage<Submission>, IEquatable<Submission>, IDeepCloneable<Submission>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Web Risk v1 API class Submission.
Wraps a URI that might be displaying malicious content.
Implements
IMessage<Submission>, IEquatable<Submission>, IDeepCloneable<Submission>, IBufferMessage, IMessageNamespace
Google.Cloud.WebRisk.V1Assembly
Google.Cloud.WebRisk.V1.dll
Constructors
Submission()
public Submission()Submission(Submission)
public Submission(Submission other)| Parameter | |
|---|---|
| Name | Description |
other |
Submission |
Properties
Uri
public string Uri { get; set; }Required. The URI that is being reported for malicious content to be analyzed.
| Property Value | |
|---|---|
| Type | Description |
String |
|