Class TimezoneCollection
List of supported timezones.
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class TimezoneCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<string> Items { get; set; }
Property Value
Type | Description |
---|---|
List<string> | List of supported timezones. |
Remarks
Required