public sealed class Attachment : IMessage<Attachment>, IEquatable<Attachment>, IDeepCloneable<Attachment>, IBufferMessage, IMessage
Reference documentation and code samples for the Advisory Notifications v1 API class Attachment.
Attachment with specific information about the issue.
Implements
IMessageAttachment, IEquatableAttachment, IDeepCloneableAttachment, IBufferMessage, IMessageNamespace
Google.Cloud.AdvisoryNotifications.V1Assembly
Google.Cloud.AdvisoryNotifications.V1.dll
Constructors
Attachment()
public Attachment()
Attachment(Attachment)
public Attachment(Attachment other)
Parameter | |
---|---|
Name | Description |
other |
Attachment |
Properties
Csv
public Csv Csv { get; set; }
A CSV file attachment. Max size is 10 MB.
Property Value | |
---|---|
Type | Description |
Csv |
DataCase
public Attachment.DataOneofCase DataCase { get; }
Property Value | |
---|---|
Type | Description |
AttachmentDataOneofCase |
DisplayName
public string DisplayName { get; set; }
The title of the attachment.
Property Value | |
---|---|
Type | Description |
string |