Advisory Notifications v1 API - Class Attachment (1.5.0)

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.

Inheritance

object > Attachment

Namespace

Google.Cloud.AdvisoryNotifications.V1

Assembly

Google.Cloud.AdvisoryNotifications.V1.dll

Constructors

Attachment()

public Attachment()

Attachment(Attachment)

public Attachment(Attachment other)
Parameter
NameDescription
otherAttachment

Properties

Csv

public Csv Csv { get; set; }

A CSV file attachment. Max size is 10 MB.

Property Value
TypeDescription
Csv

DataCase

public Attachment.DataOneofCase DataCase { get; }
Property Value
TypeDescription
AttachmentDataOneofCase

DisplayName

public string DisplayName { get; set; }

The title of the attachment.

Property Value
TypeDescription
string