data class GetServiceTopicsTopic(val createTime: Int, val id: String, val lastModifyTime: Int, val loggingEnabled: Boolean, val maxMessageSize: Int, val messageCount: Int, val messageRetentionPeriod: Int, val topicInnerUrl: String, val topicName: String, val topicUrl: String)
The time when the topic was created. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC.
The time when the topic was last modified. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC.
The maximum period for which a message can be retained in the topic. A message that is sent to the topic can be retained for a specified period. After the specified period ends, the message is deleted no matter whether it is pushed to the specified endpoints. Unit: seconds.