Table of Contents

Class SecureConnectRemoteAccessLogsExportsCreateRequest

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

int

To

The end of the interval, must not exceed the current date.

[DataMember(Name = "to")]
public int To { get; set; }

Property Value

int