Table of Contents

Class OrganizationSplashTheme

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

Organization Splash Theme

[DataContract]
public class OrganizationSplashTheme : NamedIdentifiedItem
Inheritance
OrganizationSplashTheme
Inherited Members

Properties

ThemeAssets

list of theme assets

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "themeAssests")]
public List<OrganizationSplashThemeThemeAsset> ThemeAssets { get; set; }

Property Value

List<OrganizationSplashThemeThemeAsset>