TimezoneCollection

class oci.log_analytics.models.TimezoneCollection(**kwargs)

Bases: object

List of supported timezones.

Methods

__init__(**kwargs) Initializes a new TimezoneCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this TimezoneCollection.
__init__(**kwargs)

Initializes a new TimezoneCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[str]) – The value to assign to the items property of this TimezoneCollection.
items

[Required] Gets the items of this TimezoneCollection. List of supported timezones.

Returns:The items of this TimezoneCollection.
Return type:list[str]