All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.rancher.type.ServiceLog.groovy Maven / Gradle / Ivy

package io.rancher.type

import io.rancher.base.RancherModel
import io.rancher.base.RancherType

@RancherModel
class ServiceLog extends RancherType { 
  String accountId
  String created
  String description
  String endTime
  String eventType
  String instanceId
  String kind
  String level
  String serviceId
  Boolean subLog
  String transactionId
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy