Table of Contents

Class ChangeLogEntry

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

A change log entry

[DataContract]
public class ChangeLogEntry
Inheritance
ChangeLogEntry
Inherited Members

Properties

AdminEmail

The admin email address

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

Property Value

string

AdminId

The admin id

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

Property Value

string

AdminName

The admin name

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

Property Value

string

Client

Contains "id" and "type" but all examples show null at the moment and no info in the Meraki API docs so leaving as a nullable object for now to prevent de-serialization errors

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "client")]
public object? Client { get; set; }

Property Value

object

Label

The label

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

Property Value

string

NetworkId

The Name of the Network

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "networkId")]
public string? NetworkId { get; set; }

Property Value

string

NetworkName

The Name of the Network

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "networkName")]
public string? NetworkName { get; set; }

Property Value

string

NetworkUrl

The url of the network that the configuration change was applied to. This attribute may be null.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "networkUrl")]
public string? NetworkUrl { get; set; }

Property Value

string

NewValue

The new value

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

Property Value

string

OldValue

The old value

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

Property Value

string

Page

The page

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

Property Value

string

SsidName

The SSID name

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ssidName")]
public string? SsidName { get; set; }

Property Value

string

SsidNumber

The SSID number

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ssidNumber")]
public int? SsidNumber { get; set; }

Property Value

int?

TimeStamp

The Timestamp

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ts")]
public DateTime TimeStamp { get; set; }

Property Value

DateTime

Methods

ToString()

public override string ToString()

Returns

string