# Zilla::IoK8sApiCoreV1ContainerStateRunning ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **started_at** | **Time** | Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers. | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiCoreV1ContainerStateRunning.new( started_at: null ) ```