CharEncodingCollection

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

Bases: object

List of supported character encodings.

Methods

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

Attributes

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

Initializes a new CharEncodingCollection 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 CharEncodingCollection.
items

[Required] Gets the items of this CharEncodingCollection. List of supported character encodings.

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