func (this *GenericRuntimeSpec) String() string {
    if this == nil {
        return "nil"
    }
    s := strings.Join([]string{`&GenericRuntimeSpec{`,