kubernetes_asyncio.client.models.events_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.events_v1_event_series.EventsV1EventSeries(count=None, last_observed_time=None, local_vars_configuration=None)
Bases:
objectNOTE: 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 EventsV1EventSeries. # noqa: E501
count is the number of occurrences in this series up to the last heartbeat time. # noqa: E501
- Returns:
The count of this EventsV1EventSeries. # noqa: E501
- Return type:
int
- property last_observed_time
Gets the last_observed_time of this EventsV1EventSeries. # noqa: E501
lastObservedTime is the time when last Event from the series was seen before last heartbeat. # noqa: E501
- Returns:
The last_observed_time of this EventsV1EventSeries. # 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