kubernetes_asyncio.client.models.core_v1_event_series module

Kubernetes

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

The version of the OpenAPI document: v1.34.3 Generated by: https://openapi-generator.tech

class kubernetes_asyncio.client.models.core_v1_event_series.CoreV1EventSeries(count=None, last_observed_time=None, local_vars_configuration=None)

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'count': 'count', 'last_observed_time': 'lastObservedTime'}
property count

Gets the count of this CoreV1EventSeries. # noqa: E501

Number of occurrences in this series up to the last heartbeat time # noqa: E501

Returns:

The count of this CoreV1EventSeries. # noqa: E501

Return type:

int

property last_observed_time

Gets the last_observed_time of this CoreV1EventSeries. # noqa: E501

Time of the last occurrence observed # noqa: E501

Returns:

The last_observed_time of this CoreV1EventSeries. # noqa: E501

Return type:

datetime

openapi_types = {'count': 'int', 'last_observed_time': 'datetime'}
to_dict(serialize=False)

Returns the model properties as a dict

to_str()

Returns the string representation of the model