Class SystemInfoEntity
THis is the system information See result in: https://developer.atlassian.com/cloud/confluence/rest/#api-api-settings-systemInfo-get
Inheritance
System.Object
SystemInfoEntity
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 SystemInfoEntity
Properties
| Improve this Doc View SourceCloudId
The name which is displayed in the UI, usually "firstname lastname"
Declaration
[JsonProperty("cloudId", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string CloudId { get; set; }
Property Value
Type | Description |
---|---|
System.String |