Class SecureConnectRemoteAccessLogsExportsCreateRequest
Secure Connect Remote Access Logs Exports Create Request
[DataContract]
public class SecureConnectRemoteAccessLogsExportsCreateRequest
- Inheritance
-
SecureConnectRemoteAccessLogsExportsCreateRequest
- Inherited Members
Constructors
SecureConnectRemoteAccessLogsExportsCreateRequest()
public SecureConnectRemoteAccessLogsExportsCreateRequest()
Properties
From
The start of the interval, must be within the past 30 days.
[DataMember(Name = "from")]
public int From { get; set; }
Property Value
To
The end of the interval, must not exceed the current date.
[DataMember(Name = "to")]
public int To { get; set; }