Class NetworkOrConfigurationTemplate
[DataContract]
public abstract class NetworkOrConfigurationTemplate : NamedIdentifiedItem
- Inheritance
-
NetworkOrConfigurationTemplate
- Derived
- Inherited Members
Properties
ProductTypes
Product Types Implemented with different API AccessLevels by parents
[ApiForeignKey(typeof(ProductType))]
public abstract List<ProductType> ProductTypes { get; set; }
Property Value
TimeZone
The timezone of the configuration template. For a list of allowed timezones, please see the 'TZ' column in the table in https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
[DataMember(Name = "timeZone")]
[ApiAccess(ApiAccess.ReadWrite)]
public string TimeZone { get; set; }
Property Value
Url
URL - Undocumented
[DataMember(Name = "url")]
[ApiAccess(ApiAccess.Read)]
public string? Url { get; set; }