Table of Contents

Class BrandingPoliciesPriorities

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

Gets or sets the branding policy IDs of an organization in priority order. IDs are ordered in ascending order of priority (IDs later in the array have higher priority).

[DataContract]
public class BrandingPoliciesPriorities
Inheritance
BrandingPoliciesPriorities
Inherited Members

Properties

BrandingPolicyIds

A list of branding policy IDs arranged in ascending priority order (IDs later in the array have higher priority).

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "brandingPolicyIds")]
public List<string> BrandingPolicyIds { get; set; }

Property Value

List<string>

A list of branding policy IDs arranged in ascending priority order (IDs later in the array have higher priority).