Class Metadata
Metadata information, used in attachment See: https://docs.atlassian.com/confluence/REST/latest
Inheritance
System.Object
Metadata
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dapplo.Confluence.Entities
Assembly: Dapplo.Confluence.dll
Syntax
[JsonObject]
public class Metadata
Properties
| Improve this Doc View SourceComment
A comment for the attachment
Declaration
[JsonProperty("comment", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Labels
Labels associated to content
Declaration
[JsonProperty("labels", DefaultValueHandling = DefaultValueHandling.Ignore)]
public Result<Label> Labels { get; set; }
Property Value
Type | Description |
---|---|
Result<Label> |
MediaType
Type of media (content-type)
Declaration
[JsonProperty("mediaType", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string MediaType { get; set; }
Property Value
Type | Description |
---|---|
System.String |