Table of Contents

Class SsidAccessControlSplashPage

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

SSID access control splash page settings

[DataContract]
public class SsidAccessControlSplashPage
Inheritance
SsidAccessControlSplashPage
Inherited Members

Constructors

SsidAccessControlSplashPage()

public SsidAccessControlSplashPage()

Properties

Enabled

Whether splash page is enabled

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "enabled")]
public bool? Enabled { get; set; }

Property Value

bool?

Theme

The splash page theme

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

Property Value

string