Class Attachment
An attachment to a note.
Implements
Inherited Members
Namespace: Google.Apis.Keep.v1.Data
Assembly: Google.Apis.Keep.v1.dll
Syntax
public class Attachment : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MimeType
The MIME types (IANA media types) in which the attachment is available.
Declaration
[JsonProperty("mimeType")]
public virtual IList<string> MimeType { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Name
The resource name;
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |