Class GoogleCloudAdvisorynotificationsV1Attachment
Attachment with specific information about the issue.
Implements
Inherited Members
Namespace: Google.Apis.Advisorynotifications.v1.Data
Assembly: Google.Apis.Advisorynotifications.v1.dll
Syntax
public class GoogleCloudAdvisorynotificationsV1Attachment : IDirectResponseSchema
Properties
Csv
A CSV file attachment. Max size is 10 MB.
Declaration
[JsonProperty("csv")]
public virtual GoogleCloudAdvisorynotificationsV1Csv Csv { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAdvisorynotificationsV1Csv |
DisplayName
The title of the attachment.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |