Table of Contents

Class ConfigurationTemplateCreateRequest

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

Configuration template

[DataContract]
public class ConfigurationTemplateCreateRequest
Inheritance
ConfigurationTemplateCreateRequest
Inherited Members

Properties

CopyFromNetworkOrConfigurationTemplateId

The ID of the network or config template to copy configuration from

[DataMember(Name = "copyFromNetworkId")]
public string? CopyFromNetworkOrConfigurationTemplateId { get; set; }

Property Value

string

Name

The name of the configuration template

[DataMember(Name = "name")]
public string Name { get; set; }

Property Value

string

TimeZone

The timezone of the configuration template, for example "Europe/London". For a list of allowed timezones, please see the "TZ database name" column in the table in https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

[DataMember(Name = "timeZone")]
public string TimeZone { get; set; }

Property Value

string