Table of Contents

Class SecureConnectRemoteAccessLogsExportsResponseDataItemMetadata

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

Export metadata

[DataContract]
public class SecureConnectRemoteAccessLogsExportsResponseDataItemMetadata
Inheritance
SecureConnectRemoteAccessLogsExportsResponseDataItemMetadata
Inherited Members

Constructors

SecureConnectRemoteAccessLogsExportsResponseDataItemMetadata()

public SecureConnectRemoteAccessLogsExportsResponseDataItemMetadata()

Properties

CurrentFileLogCount

Current file count

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "currentFileLogCount")]
public int CurrentFileLogCount { get; set; }

Property Value

int

Duration

Duration

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "duration")]
public int Duration { get; set; }

Property Value

int

EndedAt

Ended at

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "endedAt")]
public string EndedAt { get; set; }

Property Value

string

FileCount

File count

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "fileCount")]
public int FileCount { get; set; }

Property Value

int

GeneratorCount

Generator count

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "generatorCount")]
public int GeneratorCount { get; set; }

Property Value

int

LimitReached

Limit reached

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "limitReached")]
public bool LimitReached { get; set; }

Property Value

bool

LogCount

Log count

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "logCount")]
public int LogCount { get; set; }

Property Value

int

StartedAt

Started at

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "startedAt")]
public string StartedAt { get; set; }

Property Value

string