Class PaperDocChangeSubscriptionDetails
Followed/unfollowed Paper doc.
Inheritance
System.Object
PaperDocChangeSubscriptionDetails
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: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class PaperDocChangeSubscriptionDetails
Constructors
| Improve this Doc View SourcePaperDocChangeSubscriptionDetails(String, String, String)
Initializes a new instance of the PaperDocChangeSubscriptionDetails class.
Declaration
public PaperDocChangeSubscriptionDetails(string eventUuid, string newSubscriptionLevel, string previousSubscriptionLevel = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | eventUuid | Event unique identifier. |
System.String | newSubscriptionLevel | New doc subscription level. |
System.String | previousSubscriptionLevel | Previous doc subscription level. Might be missing due to historical data gap. |
Properties
| Improve this Doc View SourceEventUuid
Event unique identifier.
Declaration
public string EventUuid { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
NewSubscriptionLevel
New doc subscription level.
Declaration
public string NewSubscriptionLevel { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
PreviousSubscriptionLevel
Previous doc subscription level. Might be missing due to historical data gap.
Declaration
public string PreviousSubscriptionLevel { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |