Class ApiSessionLogInfo
Api session.
Inheritance
System.Object
ApiSessionLogInfo
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 ApiSessionLogInfo
Constructors
| Improve this Doc View SourceApiSessionLogInfo(String)
Initializes a new instance of the ApiSessionLogInfo class.
Declaration
public ApiSessionLogInfo(string requestId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | requestId | Api request ID. |
Properties
| Improve this Doc View SourceRequestId
Api request ID.
Declaration
public string RequestId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.String |