Class ConfigurationTemplateUpdate
Configuration template
[DataContract]
public class ConfigurationTemplateUpdate
- Inheritance
-
ConfigurationTemplateUpdate
- Inherited Members
Properties
Name
The new name of the configuration template
[DataMember(Name = "name")]
public string? Name { get; set; }
Property Value
TimeZone
The new 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; }