Show / Hide Table of Contents

Class GoogleCloudAdvisorynotificationsV1Attachment

Attachment with specific information about the issue.

Inheritance
object
GoogleCloudAdvisorynotificationsV1Attachment
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX